Skip to content

Instantly share code, notes, and snippets.

@zQueal
Created April 24, 2012 01:16
Show Gist options
  • Save zQueal/2475264 to your computer and use it in GitHub Desktop.
Save zQueal/2475264 to your computer and use it in GitHub Desktop.
EditPage Bookmarklet
/* Useful for any webDevs looking for a way to preview changes before pushing code */
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