Created
November 22, 2018 02:43
-
-
Save stvhwrd/95c0ea93faee81fa0619b1b19379da6c to your computer and use it in GitHub Desktop.
Turn webpage into WYSIWYG editor
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
/* Run this in console of dev tools in browser to make all text on rendered page editable (but retains style etc) */ | |
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