Javascript Code to Edit Any Webpage
- May 31st, 2009
- Posted in Uncategorized
- Write comment
![]()
Recently, I stumbled upon a really cool trick: Use a javascript code to edit any webpage.
CODE: javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0
Instructions:
1.Go to the page to be edited.
2.Copy and paste the JS code into the URL Address bar and hit enter. You can now edit any aspect of the webpage in the browser. There are some limitations and sometimes there are errors. You can’t save this page or publish it and in no way is it hacking the page, it just enables temporarily editing the page. As soon as you exit or reload, changes will be gone and the page will be normal again. This trick just changes the look of the page on your computer, not on the web.

No comments yet.