Skip to content

Instantly share code, notes, and snippets.

@grantjenks
Created March 8, 2023 16:44
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 grantjenks/9a4c89d88843bf6761fca02fbfbf7caa to your computer and use it in GitHub Desktop.
Save grantjenks/9a4c89d88843bf6761fca02fbfbf7caa to your computer and use it in GitHub Desktop.
Scratchpad in Chrome
data:text/html,<body contenteditable style=font-family:monospace;line-height:1.5;font-size:24px><script> window.onbeforeunload = function(e) { e.preventDefault();return ''; }; </script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment