Awesome Java script which makes pictures in any page move like a snake
Script : Snake Java script
What it will do?
It will make your image live moving. This script will animate your pictures on the screen and it will move like a snake.
Script:
javascript: var r = 0; var x1 = 0.1; var y1 = 0.05; var x2 = 0.25; var y2 = 0.24; var x3 = 1.6; var y3 = 0.24; var x4 = 300; var y4 = 200; var x5 = 300; var y5 = 200; var theElem = document.getElementsByTagName("img"); function aaa(){ for(i=0; i<theElem.length; i++){ elemStyle = theElem[i].style; elemStyle.position = "absolute"; elemStyle.left = Math.sin(r*x1+i*x2+x3)*x4+x5+"px"; elemStyle.top = Math.cos(r*y1+i*y2+y3 )*y4+y5+"px"; } r++; } setInterval(aaa,50); void(0)How to use the above tricks?
When you are on Facebook, go to your URL and delete all the text in the URL like www.faceb00k.c0m.... etc etc...
Now just copy the script and paste it into the address bar. Press Enter.
Comments