Last Updated: February 25, 2016
·
256
· jphacks

One line browser notepad: JP's remix

Got this idea from: https://coderwall.com/p/lhsrcq

Basically, it turns your browser into a notepad so you can quickly write down things. What was changed from the original is that I added a bit of style and formatting.

Copy the following code into a new browser tab's address bar:

data:text/html, <html><style type="text/css">body{background-color: #000000; width: 760px; margin: 50px auto} #cnt{ color: #FFFFFF; font-family : "Helvetica Neue", Helvetica, sans-serif; font-size: 30px; } </style><body contenteditable id="cnt">  Write something here...