Discuss Scratch
- CosmicSans
-
New Scratcher
100+ posts
Comic Sans Userscript
Yes, you read that correctly.
Here it is, feel free to use at your leisure! Give feedback please!
Here it is, feel free to use at your leisure! Give feedback please!
// ==UserScript== // @name Comic Sans Userscript // @namespace my namespace (lol) // @include http://* // @include https://* // @version 1 // @grant none // ==/UserScript== (function () { var head = document.getElementsByTagName ('head')[0]; var sty = document.createElement ('style'); sty.setAttribute ('type', 'text/css'); if (sty.styleSheet) { sty.styleSheet.cssText = "body { font-family: \"Comic Sans MS\"!important; } "; } else { sty.appendChild (document.createTextNode ("body { font-family: \"Comic Sans MS\"!important; } ")); } head.appendChild (sty); })();
- MegaApuTurkUltra
-
Scratcher
1000+ posts
Comic Sans Userscript
Last edited by MegaApuTurkUltra (Feb. 19, 2015 18:25:53)
- CosmicSans
-
New Scratcher
100+ posts
Comic Sans Userscript
Why not use GM_addStyle?oh… that saves a lot of code… I'll keep mine just because it's more verbose and looks like I did something of use

- Superdoggy
-
Scratcher
1000+ posts
Comic Sans Userscript
Hmm… I tried saving it as a CSS file and using it as my stylesheet but that didn't seem to work. Am I missing something? 

- CosmicSans
-
New Scratcher
100+ posts
Comic Sans Userscript
Hmm… I tried saving it as a CSS file and using it as my stylesheet but that didn't seem to work. Am I missing something?It's a userscript, meaning you either have to set it up with greasemonkey or inject it into the javascript console each time a page reloads. It's JS, not CSS

- Superdoggy
-
Scratcher
1000+ posts
Comic Sans Userscript
Oh. xD lol okay.Hmm… I tried saving it as a CSS file and using it as my stylesheet but that didn't seem to work. Am I missing something?It's a userscript, meaning you either have to set it up with greasemonkey or inject it into the javascript console each time a page reloads. It's JS, not CSS
- MegaApuTurkUltra
-
Scratcher
1000+ posts
Comic Sans Userscript
best userscript ever 10/10Gr8 b8 m8 I str8 appreci8 no h8 IGN r8 360noscope/8
pot8oes gonna pot8ftfy
- CosmicSans
-
New Scratcher
100+ posts
Comic Sans Userscript
I just thought of something - even though I'm a horrible programmer, I can still do more programming than probably billions of people on planet Earth.
- MrSherlockHolmes
-
Scratcher
500+ posts
Comic Sans Userscript
I just thought of something - even though I'm a horrible programmer, I can still do more programming than probably billions of people on planet Earth.Yep, I think you should help ScratchExt
- MegaApuTurkUltra
-
Scratcher
1000+ posts
Comic Sans Userscript
I just thought of something - even though I'm a horrible programmer, I can still do more programming than probably billions of people on planet Earth.Wow! And I can Scratch better than billions of people! And I can be MegaApuTurkUltra better than billions of people! Amazing, right?
- CosmicSans
-
New Scratcher
100+ posts
Comic Sans Userscript
And I can exist better than infinite non-existent people!I just thought of something - even though I'm a horrible programmer, I can still do more programming than probably billions of people on planet Earth.Wow! And I can Scratch better than billions of people! And I can be MegaApuTurkUltra better than billions of people! Amazing, right?
- MrSherlockHolmes
-
Scratcher
500+ posts
Comic Sans Userscript
xD Your both incredible.And I can exist better than infinite non-existent people!I just thought of something - even though I'm a horrible programmer, I can still do more programming than probably billions of people on planet Earth.Wow! And I can Scratch better than billions of people! And I can be MegaApuTurkUltra better than billions of people! Amazing, right?
- MegaApuTurkUltra
-
Scratcher
1000+ posts
Comic Sans Userscript
oh godWow that actually looks horribly annoying amazing amirite?
http://prntscr.com/68ky8h










