Yes, that's right, everybody, the world's most-loved font can now take over your web browser, so Comic Sans can finally be the rightful ruler of ther intertubes. The only trouble is that I'm a bit rubbish, fat and lazy, so this isn't a magic website that comic sans-es everything up. Instead, you get a magic button (Patent Pending) that makes any website of your choice look like a five-year-old wrote it.
Click the button below to try it out. Even better, drag it to your bookmarks bar to use it where ever you want!
You might want to wander over to the Beeb and try it out. After that, maybe even try one or two other internet sites. Enjoy!
You noob - make sure it's not hidden or disabled. If you still have a problem, try making a bookmark with the text below as the link address. If that doesn't work, then I'm very sorry.
javascript:(function(){c=document.createElement("style");c.type="text/css";if(c.styleSheet){c.styleSheet.cssText="*{font-family:\"Comic Sans MS\",\"Comic Sans\",sans-serif !important;}";}else{c.appendChild(document.createTextNode("* { font-family:\"Comic Sans MS\",\"Comic Sans\",sans-serif !important;}"));}document.getElementsByTagName("head")[0].appendChild(c);var f = document.getElementsByTagName("font");if(f.length>0){for(var i in f){f[i].style.fontFamily="\"Comic Sans MS\",\"Comic Sans\",sans-serif";}} return;})()
<font> tags (which are evil, btw) are overridden and nullified.* declares a font-family with the !important thingy, then it won't work. Sorry.Ta very much for reading.