Skip to content

Instantly share code, notes, and snippets.

@iamandrewluca
Created June 29, 2020 17:59
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save iamandrewluca/7b807e1cbdd09a2a5204c7913899c9e8 to your computer and use it in GitHub Desktop.
Enable page editing #bookmarklet
javascript: void ((function() {
/* More bookmarklets at https://gist.github.com/iamandrewluca/61feacf07bc4f2f50e70f986c2e9b2d2 */
document.body.contentEditable = 'true';
document.designMode='on';
})());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment