Skip to content

Instantly share code, notes, and snippets.

@ewpratten
Last active January 12, 2018 19:01
Show Gist options
  • Select an option

  • Save ewpratten/50f14640c1fa7205a93a87b340f0d920 to your computer and use it in GitHub Desktop.

Select an option

Save ewpratten/50f14640c1fa7205a93a87b340f0d920 to your computer and use it in GitHub Desktop.
A simple way to mess with text on a website (tutorial)

PageEdit

A simple way to mess with text on a website

To use this script, just copy the following text into your url / search bar

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

(this might not work on all browsers)

You can also make a bookmark by saving the script as the link of a bookmark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment