Real-Time Page Editting on Browser.
Hi,
Here is a great piece of code to edit any page you want on browser.
javascript:document.body.contentEditable='true'; document.designMode='on'; void(0);
Just copy this code to the Address bar. when you hit enter you'll get the ability of editing the content of the current web page.
this is a code that most of the WYSIWYG HTML editors uses. I just made is usable for browsers.
Enjoy!!!.
No comments:
Post a Comment