|
|
|
|
|
by madars
2208 days ago
|
|
You can also make any existing page editable (and then back to non-editable): javascript:if(document.body.contentEditable=="true"){ document.body.contentEditable="false"; document.designMode="off"; document.body.spellcheck=true;} else { document.body.spellcheck=false; document.body.contentEditable="true"; document.designMode="on";}; void(0);
|
|
Shortened version of your bookmarklet, for fun: