Skip to main content.
April 20th, 2007

Edit Any Webpage in Firefox - Any Part of the Page at All

Update: Here is a bookmarklet to turn on edit page mode. I couldn’t get the bookmarklet to turn it off to work though.

Edit Page Mode On

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 discovered this trick in this forum post.

Here’s what I used this for today, by the way:
BaseCamp Certified Mail2.png

Posted by Greg Pinero (Primary Searcher) in Other, Firefox

This entry was posted on Friday, April 20th, 2007 at 11:01 am and is filed under Other, Firefox. You can follow any responses to this entry through the comments RSS 2.0 feed. Both comments and pings are currently closed.

Comments are closed.