How to Turn your browser tab into a basic text editor

Hello Guys, today I'm going to introduce you with the latest trick of turning any browser tab into a text editor or notepad.
Just you have to copy and paste a little snippet of HTML code into your browser's address bar.

Steps for turning a browser tab in a notepad:

1. Open a blank tab into your browser
2. Copy the below code snippet into address bar and press enter.

data:text/html, <body contenteditable style="font: 2rem/1.5 monospace;max-width:60rem;margin:0 auto;padding:4rem;">

Note: This trick will only works on Chrome and Firefox. Sorry for Internet Explorer users.

Enjoy...

0 comments: