Here's a cool trick you can do with Javascript:
1. copy:
javascript:insert_text('text', '');
2. Click a text box
3. Replce "'text'" with anything you want to type.
4. ???????
5. PROFIT!!
6. Discuss Javascript and cool tricks you can do with it.
Last edited by scratch_yoshi (2011-05-23 09:20:54)
Offline
Hm... this reminds me of the old "<insert programming language here> discussion" thread fad.
You can use
alert("insert a text here")to fool people (YOU CLICKED THIS BUTTON. THE WORLD WILL END IN 10... 9... 8...)
Last edited by meew0 (2011-05-23 09:31:42)
Offline
Hah, that's funny. javascript:alert("WTHack DID YOU DO YOU DESTROYED THE WORLD AND PORTAL 2!!!")
Last edited by scratch_yoshi (2011-05-23 09:35:27)
Offline
Funny!!
Here's mine:
alert("Hey, you found this because you are Namco. Because you are, I will turn you into a zombie and own Pacman. Bye, little nasty boy!");
^ Very hilarious for Namco haters.
Offline
Here's mine:
javascript:var w=function(a){document.write(a);};var x=function(i){if(i<=0xf)return('0'+i.toString(16));return(i.toString(16));};for(var r=0;r<=0xff;r+=0xf){for(var g=0;g<=0xff;g+=0xf){for(var b=0;b<=0xff;b+=0x5){w('<font color="#'+x(r)+x(g)+x(b)+'">█</font>');}w('<br />');}}Offline