How to Edit the Text of Any Website

If you type the following javascript code snippet into your navigation bar, you should be able to edit any text on the page:

?View Code JAVASCRIPT
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Video Demo

YouTube Preview Image

I learned this neat little trick from Matt Thompson at the last Refresh Austin.

This entry was posted in Miscellaneous. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

2 Comments

  1. Kevin
    Posted July 20, 2010 at 6:51 am | Permalink

    Great tool for changing “p” into “P” on sites you are reading. (grin)

  2. Posted July 20, 2010 at 6:54 pm | Permalink

    awesome trick :) thumbs up

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting