|
|
|
|
|
by chrismorgan
2208 days ago
|
|
If you’re putting the document into design mode (the best way of doing it), why are you also setting contenteditable on the body? Shortened version of your bookmarklet, for fun: javascript:document.designMode=(document.body.spellcheck=document.designMode=='on')?'off':'on'
|
|