Editing an online Web page live in your Browser is useful because allows you to quickly modify contents before saving/printing/sending the page. For example you can remove useless parts or advertisements, change some text, modify size of tables and images…
Just copy / paste the following code into the browser's address bar then press enter
javascript:document.body.contentEditable='true'; document.designMode='on'; […]







