Main menu

Pages

How To use a website as a text editor


How To use a website as a text editor

There are many useful websites on the web which you want to convert into pdf, but after making some changes. So, a JavaScript code is given below, when you entered script on address bar, then, the web page automatically convert into text editor.                                    



And, you will able to delete unwanted text and paragraph from the web page and perfectly able to save the page as pdf.

1.  Go to the website which you want to edit.

2. Paste the following code in the address bar.

         
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

     Note : This code work in all browser except google chrome.....So in order to use this trick in google chrome , Copy and paste the above code , click  [CTRL + SHIFT + J] and then click [ CTRL + V ].

                                                             
Alternatively : You can also install Add-on "Live Edit" at your Firefox.

                           

reactions

Comments