How to make your internet browsing more enjoyable - Printable Version +- The Lurker Lounge Forums (https://www.lurkerlounge.com/forums) +-- Forum: The Lurker Lounge (https://www.lurkerlounge.com/forums/forum-4.html) +--- Forum: The Lounge (https://www.lurkerlounge.com/forums/forum-12.html) +--- Thread: How to make your internet browsing more enjoyable (/thread-3723.html) |
How to make your internet browsing more enjoyable - DeeBye - 11-02-2006 Here are some random smilies. :) :P :blush: :w00t: B) Now, copy and paste this into your browser address bar. Remove the space between "java" and "script" while doing so. Code: java script:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+ "px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+" px"}R++}setInterval('A()',5); void(0); How to make your internet browsing more enjoyable - ShadowHM - 11-02-2006 Thanks to BIGeyedBug, I have tried that on several of my favourite web pages. :w00t: Fun stuff. I am glad you posted it here so more of us can squander time with the silliness that ensues. :P How to make your internet browsing more enjoyable - Munkay - 11-02-2006 Quote:Thanks to BIGeyedBug, I have tried that on several of my favourite web pages. :w00t: Thanks DeeBye. I waited till I could time it right and click the reply button. :lol: Cheers, Munk How to make your internet browsing more enjoyable - Delc - 11-02-2006 Code: java script:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0); Is another fun one. How to make your internet browsing more enjoyable - NiteFox - 11-02-2006 Gah, no fair. When I tried to post this in the Randomness thread, the C&Ping kept mangling it no matter what I put. Including a space between Java and Script. |