PDA

View Full Version : Wicked awesome browser trick



TheRingmaster
January 7th, 2007, 03:34 AM
ok here is what you do:

1. Go to any page with a lot of pictures (http://www.images.google.com)
2. Search for something
3. replace what is in your address bar with this:

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);
4. Press enter or push the go button
5. watch the magic

rado_london
January 7th, 2007, 03:37 AM
Wicked mate. I absolutely love that magic:D

chrisfay
January 7th, 2007, 03:43 AM
....slick rick the ruler :mrgreen:

Interestedinthepenguin
January 7th, 2007, 03:52 AM
Cool! :) *tries to catch/click a picture*

meng
January 7th, 2007, 03:55 AM
Does this render the same in IE? (Don't have it, can't check it myself)

TheRingmaster
January 7th, 2007, 03:59 AM
yes it does

Browser Magic! Video (http://www.metacafe.com/watch/295419/browser_magic/)

Hendrixski
January 7th, 2007, 04:08 AM
Did no know you an write script directly into your browsers. Sweet.

~LoKe
January 7th, 2007, 04:14 AM
Old news, but still pretty cool.

Polygon
January 7th, 2007, 05:18 AM
i saw this a long time ago on ytmnd.com, but still cool =P

ice60
January 7th, 2007, 06:46 AM
you can make that into a toolbar button too, they're called bookmarklets.

i have about 20 of them as toolbar buttons. i've got one which will check a word is spelt correctly - highlight a word and click the toolbar button and it will look it up in a background tab. or if nothing is highlighted a popup box will popup and you can type a word into it, then when you press enter it will look the word up at a dictionary site in the background.

there are lots of bookmarklet sites, i mainly use them in opera.

mykalreborn
January 7th, 2007, 10:34 AM
kinda hurts your eyes. but other than that it's pretty cool :D

Xzallion
January 7th, 2007, 10:54 AM
Wow! I had no idea you could do something like that. I can't wait to show this to some friends.