Last active
October 6, 2021 11:23
-
-
Save Gaafar/f65fabfe09f2c96ef9def2bfa9d98ebe to your computer and use it in GitHub Desktop.
Bookmarklet to toggle document.designMode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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