View Single Post

Old 01-23-2007, 11:53 AM   #3 (permalink)
the gaffer
Administrator
 
Join Date: May 2003
Posts: 1,389
Default

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 know people who use that all the time when adjusting things on their webpages before making final adjustments dude.
__________________
no signature,changed to chip and pin.
the gaffer is offline   Reply With Quote