Monday, September 19, 2016

How To Turn On Live Editing Mode In Web Browser?

     A Web Browser is a software application used to fetch, present, and display information on the World Wide Web. This information is identified by Uniform Resource Identifier (URI/URL) and may be a web page, image, video or the other pieces of content. On the other hand, Web Browser can also be used as a live editing tool for editing content on the page or adding extra content for fun.

See Also: How To Use Google Chrome New Tab As A Notebook?


    Web Browser can also be used as simple editing tool with this trick. To enable this feature in the Web Browser we have to type a line of JavaScript code on the address bar of the browser and it will be ready for editing. This trick can just be used for fun, instead of serious editors like MS-Word, Notepad etc.


Turn on live editing mode in web browser:

Step1. Open the Web Browser like Google Chrome. Open either the new tab or any web page you are in.

live-editing-tools
How To Turn On Live Editing Mode In Web Browser?
Step2. In the address bar of the web browser type the below JavaScript code:
javascript:document.body.contentEditable%20=%20'true';%20document.designMode='on';%20void%200


copy-javascript-code
How To Turn On Live Editing Mode In Web Browser?
   If you copy and paste the above code, browser strips the javascript: from it, make sure that is included.

Step3. Now Enter. Your live editing mode will be turned on and you can edit the content just for fun.

some-text-on-live-edited-in-the-browser
How To Turn On Live Editing Mode In Web Browser?
Please, note that the changes you made are not permanent.

0 comments: