Edit page directly inline

Their is a bookmark that let’s you edit a page directly inline. The text won’t be saved, but this is very handy if you want to test some textual changes within existing webdesign.

Copy and Paste code below into a new bookmark or rightclick here and “add to Favorites”.

javascript:document.body.contentEditable%20=%20'true';%20document.designMode='on';%20void%200