
Comic Sans Everywhere di 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.
253 utenti253 utenti
Devi utilizzare Firefox per poter installare questa estensione
Metadati estensione
Screenshot



Informazioni sull’estensione
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.
Voto 4,9 da 12 revisori
Permessi e datiUlteriori informazioni
Permessi obbligatori:
- Accedere ai dati di tutti i siti web
Ulteriori informazioni
- Link componente aggiuntivo
- Versione
- 1.4resigned1
- Dimensione
- 17,23 kB
- Ultimo aggiornamento
- un anno fa (25 apr 2024)
- Categorie correlate
- Licenza
- Licenza MIT
- Cronologia versioni
- Aggiungi alla raccolta
Altre estensioni di pieterman2000
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
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.