Javascript trick that makes content on a web page editable
Here is a nice Javascript trick. Copy and paste into web browser console and all content on web page is editable.
The Code
#!javascript
document.body.contentEditable='true'; document.designMode='on'; void 0
Written by Kenneth
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#