Here's a neat Javascript trick that allows you to edit any webpage on any site using just the web browser. Of course, you are only changing the site in your own computers memory/cache not on the actual site itself. 
Simply goto any website and paste in the URL address bar:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
 
 
No comments:
Post a Comment