Last active
December 19, 2015 14:58
-
-
Save rskull/5972519 to your computer and use it in GitHub Desktop.
ウェブページを直接編集できます!トグルでON/OFF切り替わります。
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
// Bookmarklet | |
javascript:(function(){var d=document,b=d.body;if(d.designMode=='off'){b.contentEditable=true;d.designMode='on';}else{b.contentEditable=false;d.designMode='off';}void 0;})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment