Skip to content

Instantly share code, notes, and snippets.

@ruanyf
Last active December 11, 2015 22:29
Show Gist options
  • Save ruanyf/4670316 to your computer and use it in GitHub Desktop.
Save ruanyf/4670316 to your computer and use it in GitHub Desktop.
A bookmarklet which turns your browser into a notepad. Based on https://coderwall.com/p/lhsrcq
data:text/html, <html style="background-color:FFFFCC;"><title>Editor</title><textarea style="margin:0;padding:0;font-size: 1.5em; background-color:FFFFCC;width: 100%; height: 100%; border: none; outline: none" placeholder="Use Ctrl+S to save ..." autofocus />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment