If you type the following javascript code snippet into your navigation bar, you should be able to edit any text on the page:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 |
Video Demo
I learned this neat little trick from Matt Thompson at the last Refresh Austin.






2 Comments
Great tool for changing “p” into “P” on sites you are reading. (grin)
awesome trick :) thumbs up