
Comic Sans Everywhere — pieterman2000
Firefox addon that changes the font of every piece of text into Comic Sans MS. Can be toggled through a toolbar button. For more information and source see the github page.
252 Users252 Users
Za uporabo te razširitve potrebujete Firefox
Metapodatki o razširitvi
Posnetki zaslona



O tej razširitvi
Firefox addon that changes the font of every piece of text into Comic Sans MS.
Features an options page in about:addons for settings, and can be toggled through a toolbar button.
Features an options page in about:addons for settings, and can be toggled through a toolbar button.
Ocena 4,9 (12 mnenj)
Dovoljenja in podatkiVeč o tem
Zahtevana dovoljenja:
- dostopa do vaših podatkov za vsa spletna mesta
Več informacij
- Povezave dodatka
- Različica
- 1.4resigned1
- Velikost
- 17,23 KB
- Zadnja posodobitev
- pred enim letom (25. apr. 2024)
- Sorodne kategorije
- Licenca
- Licenca MIT
- Zgodovina različic
- Dodaj v zbirko
Več razširitev razvijalca pieterman2000
- Še ni ocenjeno
- Še ni ocenjeno
- Še ni ocenjeno
- Še ni ocenjeno
- Še ni ocenjeno
- Še ni ocenjeno
If you want the firefox ui to be in comic sans you need to add to userchrome.css (http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes) * { font-family: Comic Sans MS; }
I can not easily do this in the current webextension api, and there is a way but that would be only for windows (unless I make it extremely complicated) and don't know whether it would be approved since it would be using the download api to download a script (batch file for example) and run it.