PDA

View Full Version : Javascript! edit any webpage!


The Dude
January 23rd, 2007, 03:00 AM
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

oracle128
January 23rd, 2007, 07:02 AM
Thanks Dude! (http://img444.imageshack.us/img444/7886/dudepic3ww.jpg)

degsy
January 23rd, 2007, 10:12 AM
That Javascript turns the page into a Rich Text WYSIWYG area. You will usually find it enabled for textareas on sites like this where you use a textarea to post a message.


If you want to go a bit further then Opera has a Reload From Cache feature
http://www.opera.com/products/desktop/

The Dude
January 23rd, 2007, 07:04 PM
Yup thats the WYSIWYG quick reply field :)

Sir Yuck
January 23rd, 2007, 07:20 PM
HOLY @#%! I can edit any webpage by doing that!!!!!!!!!!