Guest User

Untitled

a guest
Jan 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # PageEdit
  2. ## A simple way to mess with text on a website
  3. To use this script, just copy the following text into your url / search bar
  4. ```javascript
  5. javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
  6. ```
  7. (this might not work on all browsers)
  8.  
  9. You can also make a bookmark by saving the script as the link of a bookmark
Add Comment
Please, Sign In to add comment