Discuss Scratch

theonlygusti
Scratcher
1000+ posts

Comic Sans Userscript

I say, this userscript is about 999.9991% the best ever!

infinity/10 from me, here, have a cookie! **EDIT**: aaaaw, they fixed it: (removed by moderator - please make sure links have only appropriate content)

Last edited by Paddle2See (Feb. 24, 2015 21:41:12)

Rumanti
Scratcher
1000+ posts

Comic Sans Userscript

*gasp* OH WOW.
PulIJosh
New Scratcher
1 post

Comic Sans Userscript

Sonickyle wrote:

Needs more Wingdings.
You're welcome.
// ==UserScript==
// @name        Wingdings Userscript
// @include     http://*
// @include     https://*
// @version     1
// ==/UserScript==
// SUCH YES
(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: \"Wingdings\"!important; } ";
  } else {
    sty.appendChild (document.createTextNode
                    ("body { font-family: \"Wingdings\"!important; } "));
  }
  head.appendChild (sty);
})();
goldfish678
Scratcher
1000+ posts

Comic Sans Userscript

Or you could simply just paste this into the console:

$('*').css({
'font-family': 'Comic Sans MS'
})
__init__
Scratcher
1000+ posts

Comic Sans Userscript

On the subject of Wingdings:

The number of the first flight that crashed into the Twin Towers on 9/11 was Q33NY, right?

Open a word-processing program, type in “Q33NY” without the quotes, change the font size to something like 48, then change the font to Wingdings.

You will be amazed…

Edit: on a side note, ever wonder why the universal emergency number is 911?

Last edited by __init__ (April 2, 2015 23:33:18)

liam48D
Scratcher
1000+ posts

Comic Sans Userscript

__init__ wrote:

On the subject of Wingdings:

The number of the first flight that crashed into the Twin Towers on 9/11 was Q33NY, right?

Open a word-processing program, type in “Q33NY” without the quotes, change the font size to something like 48, then change the font to Wingdings.

You will be amazed…

Edit: on a side note, ever wonder why the universal emergency number is 911?
Does't do anything for me? It just shows “Q33NY” in a slightly different font.
Rumanti
Scratcher
1000+ posts

Comic Sans Userscript

@liam48D: You must have selected the wrong font. Wingding's letters is not ABCD.

@__init__: *gasps*


__init__
Scratcher
1000+ posts

Comic Sans Userscript

Rumanti wrote:

@__init__: *gasps*


Exactly. :O
Zaidhaan
Scratcher
100+ posts

Comic Sans Userscript

__init__ wrote:

Rumanti wrote:

@__init__: *gasps*


Exactly. :O
Woah! I have so not seen that comming
Thepuzzlegame
Scratcher
1000+ posts

Comic Sans Userscript

Zaidhaan wrote:

Woah! I have so not seen that coming
Kinda a necropost…
Zaidhaan
Scratcher
100+ posts

Comic Sans Userscript

Thepuzzlegame wrote:

Zaidhaan wrote:

Woah! I have so not seen that coming
Kinda a necropost…
OH man! I totally for got the last posts date was on April 3 ;_;
meowflash
Scratcher
500+ posts

Comic Sans Userscript

Dang, son, where did you find this?
Jonathan50
Scratcher
1000+ posts

Comic Sans Userscript

CosmicSans wrote:

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.
xD especially if you live anywhere rural
meowflash
Scratcher
500+ posts

Comic Sans Userscript

Hey, Cosmic! I used your userscript in my userscript!
CatsUnited
Scratcher
1000+ posts

Comic Sans Userscript

meowflash wrote:

Hey, Cosmic! I used your userscript in my userscript!
He's no longer active.
meowflash
Scratcher
500+ posts

Comic Sans Userscript

CatsUnited wrote:

meowflash wrote:

Hey, Cosmic! I used your userscript in my userscript!
He's no longer active.
I know…

Powered by DjangoBB