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

Comments are closed.