Skip to content

Instantly share code, notes, and snippets.

@Gaafar
Last active October 6, 2021 11:23
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 Gaafar/f65fabfe09f2c96ef9def2bfa9d98ebe to your computer and use it in GitHub Desktop.
Save Gaafar/f65fabfe09f2c96ef9def2bfa9d98ebe to your computer and use it in GitHub Desktop.
Bookmarklet to toggle document.designMode
// create a new bookmark with this URL. You can pin it in bookmarks bar for easy access
javascript:(function()%7Bdocument.designMode %3D document.designMode %3D%3D%3D "on" %3F "off" %3A "on"%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment