Want to spell check an existing website? It's easy with Firefox. Just copy the javascript below, go to the website you want to spell check, paste the javascript into the address box and press enter. Your misspellled words will now be checked using Firefox's built-in spell checker. Here's the code: javascript:document.body.contentEditable='true'; document.designMode='on'; void 0