Guest User

Untitled

a guest
Feb 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // edit any website text with this console script
  2. // good for mock-up and copy testing
  3.  
  4. javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0
Add Comment
Please, Sign In to add comment