### Turn Any Browser Window Into a Quick-Edit Notepad
Notepads are awesome, but sometimes you need to just jot down a quick one or two line note that doesn't need to be saved. Software developer Jose Jesus Perez Aguinaga shares a simple way to do it in any browser.
All you need to do is type the following code into the browser's URL bar:
```
data:text/html, <html contenteditable>
```
Hit Enter, and start typing away directly in your browser window!