Friday, January 25th, 2008...11:12 am
Java Script Freak OUT
If you are new to the site, sign up for the RSS Feed. All new sign ups get punch and pieRSS feed. Thanks for visiting!
This is a simple trick / office prank that will get a quick scare out of your friends… All you need to do is past the code below into your web browser and hit enter. You browser will start to shake non stop. It wont last forever and doesn’t cause any harm, but might freak them out for a bit.
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)
6 Comments
January 25th, 2008 at 1:33 pm
This didn’t work for me.
January 26th, 2008 at 9:41 am
This won’t work in Mozilla Firefox for me, but it seems to work in IE.
January 28th, 2008 at 2:46 pm
it works in mozzzila
February 20th, 2008 at 1:46 pm
Only works in IE for me too.
February 21st, 2008 at 8:29 am
What version of firefox are you running? I tested it in firefox not IE, so maybe its a a version issue
March 3rd, 2008 at 10:10 pm
Won’t work in Firefox 3, it has some limitations on javascript that wont let it do this.
Leave a Reply