Fun with script

  • Thread starter Thread starter Mkuk786
  • Start date Start date
  • Replies Replies 9
  • Views Views 3K

Mkuk786

Esteemed Member
Messages
114
Reaction score
9
Gender
Male
Religion
Islam
:sl:

1) go to Google or any other website
2)look at you address bar.
3) Copy the address and delete it.

Then paste this code in it.
Code:
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

Code:
javascript: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.images; 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; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5 ); void(0)
The below code work in IE
Code:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
JasakAllahu Khair
 
Last edited:
Try it IE
I tried it in
FF 3.0 ->
IE 8.0 ->
Opera ->
GChorme ->
Post your results here :D
 
it is strange, i closed the google immediatly and re-open it to check did I disturb the google page. LOL. ;)
 

Similar Threads

Back
Top