Skip to content

Instantly share code, notes, and snippets.

@hron84
Last active December 17, 2015 13:39
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 hron84/5618938 to your computer and use it in GitHub Desktop.
Save hron84/5618938 to your computer and use it in GitHub Desktop.
Notepad bookmarklet
javascript:title=window.prompt("Title:", "Untitled");window.open("data:text/html, <html contenteditable><title>"+title+" &mdash; Notepad</title></html>","Notepad","modal=yes,alwayRaised=yes,fullscreen=no,width=640,height=480");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment