Skip to content

Instantly share code, notes, and snippets.

@A973C
Last active May 21, 2021 04:51
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 A973C/86faea5b6c8fcb1b824375471e3058ff to your computer and use it in GitHub Desktop.
Save A973C/86faea5b6c8fcb1b824375471e3058ff to your computer and use it in GitHub Desktop.
Set a browser tab as notepad

Type the following url in the desired browser tab:
data:text/html, <html contenteditable>

Or you can customize it too:
data:text/html, <textarea style="font-size: 1.5em; width: 100%; height: 100%; border: none; outline: none" autofocus />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment