Skip to content

Instantly share code, notes, and snippets.

@oaustegard
Created April 9, 2020 04:56
Embed
What would you like to do?
"Edit" the current webpage by turning on edit mode - only temporary of course
javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment