Skip to content

Instantly share code, notes, and snippets.

@mogita
Created December 24, 2020 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mogita/b98238a37f1c03e2248bdbb694bc3c39 to your computer and use it in GitHub Desktop.
Save mogita/b98238a37f1c03e2248bdbb694bc3c39 to your computer and use it in GitHub Desktop.
Open an instant notepad in your browser

Copy and paste the following whole line and save it to your browser's bookmark. Click on the bookmark you created to have an instant available notepad. No extensions/plugins required, no JavaScript ever runs.

Caution: closing the browser or tab will lose anything in the notepad.

data:text/html,%3Chtml%20contenteditable%3E%3Cstyle%3Ebody%7Bfont-family%3A%22JetBrains%20Mono%22%2C%20%22Source%20Code%20Pro%22%2CConsolas%2CMenlo%2Cmonospace%3Bcolor%3A%23aaaeb3%3Bbackground-color%3A%23282c34%3Bfont-size%3A10px%3Bline-height%3A1.5em%3Bpadding%3A12px%3B%7D%3C%2Fstyle%3E%3C%2Fhtml%3E

Styles customization:

  • Copy the part after data:text/html,, URL decode it
  • Modify styles to your taste
  • URL encode it and replace what's after data:text/html, in your bookmark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment