URL Notepad is a simple browser notepad written in plain html, css, and js in a single html file.
URL Notepad was designed to be able to run by copy pasting it into the address bar of the browser of your choosing (less than 2000 characters!)
Simply copy and paste the contents of url.html into your address bar.
Download a copy and load it into you browser (drag and drop, copy file path ...)
- Issue in Opera where bookmarking will change link to a
sync-thumbnails.operacdnlink, which breaks the CSP. Saveexpanded.htmland bookmark its path to solve this.
- Changed
<DOCTYPE! html>todata:text/html,to enable url html - Changed all
#to%23to allow them to render in the url - Changed four space tab to
"%20%20%20%20"to allow render in url - Truncated variables to single characters
- Removed unnecessary tags
- Removed unnecessary whitespace