How To Use Any Web-Browser Tab As Notepad?

You can instantly turn any web-browser like Google Chrome, Firefox & Safari etc into a notepad, take note of things, then save everything. All this without installing any notepad app in your web-browser.

In this lesson you will learn about the trick of turning any web-browser into a text notepage.

chrome to notepad

What all you have to do is copy-paste the given code into the address bar of your web-browser and hit ENTER.

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

You can do same in night mode too, use this code:

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

This will turn that specific tab into a notepad. You can take notes, then save them by pressing CTRL+S. Your text is saved as .html file and next time you click any saved file, it will open up in your web-browser in the same notepad.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.