View Single Post

Old 09-22-2008, 04:40 AM   #9 (permalink)
G90
Gold
 
Join Date: Sep 2008
Posts: 1
Default Heey

Quote:
Originally Posted by The Dude View Post
This cool javascript that lets you edit any web page. Just copy and paste into your address bar.


javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

To cancel EDIT MODE enter

javascript:document.body.contentEditable='false'; document.designMode='on'; void 0

I can make it to a lot bigger. But i dont got it after ?
G90 is offline