Want to write something? No need to go anywhere, just use your browser and turn it to a Notepad and start writing. This trick works offline so no need of internet. After writing the note you can also save it and open it later to continue. This is a useful trick by which a browser can also be used as a Notepad. Read below to know, how to use a browser as Notepad.

Turn a browser into Notepad-

➤ Open any Browser on your Desktop or PC.

➤ Now Copy and paste the code given below into the Browser's URL bar.

data:text/html,%20<html%20contenteditable><Title>Abe Notepad</Title>


➤ Click Enter and the page will turn into a writable page i.e. you can use it as Notepad.


➤ To save what you have written, press 'Ctrl + S' and it will be saved as html (webpage, complete), which you can open later.

➤ This trick only works in desktop browser, doesn't work in mobile browser.

You can also make the browser notepad in Nightmode i.e. black background and white text. To do so, use the below given code instead of the above code.

data:text/html;charset=utf-8,%20<title>Abe Notepad%20(Nightmode)</title><body%20contenteditable%20style="font-family:%20DejaVu;font-weight:bold;background:#2b2b2b;color:#FFFFFF;font-size:1rem;line-height:1.4;max-width:80rem;margin:0%20auto;padding:2rem;"%20spellcheck="false">


➤ So, you can use your Browser as a notepad also with this trick.

➤ This trick works on Google Chrome and mostly with all browsers.