Make Any Web Page Editable
This is a funny javascript code which can turn any webpage into editing mode. Just copy this code and paste in the address bar after opening the site you want to edit.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 |
After pasting this javascript, hit enter key and see the magic. You can modify the editable content of any website. Send me your feedback if you like this trick.
0 comments:
Post a Comment