Skip to content

Instantly share code, notes, and snippets.

@iamandrewluca
Created September 8, 2021 07:46
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 iamandrewluca/69d55ea0820047199b038d48065aa092 to your computer and use it in GitHub Desktop.
Save iamandrewluca/69d55ea0820047199b038d48065aa092 to your computer and use it in GitHub Desktop.
Open an empty tab as editable note #bookmarklet
javascript: void ((function() {
/* More bookmarklets at https://gist.github.com/iamandrewluca/61feacf07bc4f2f50e70f986c2e9b2d2 */
// create an empty page data uri
// make it content editable
// open in new tab
})());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment