
Comic Sans Everywhere par 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.
255 utilisateurs·trices255 utilisateurs·trices
Vous avez besoin de Firefox pour utiliser cette extension
MĂ©tadonnĂ©es de lâextension
Captures dâĂ©cran



Autorisations et donnéesEn savoir plus
Autorisations nécessaires :
- Accéder à vos données pour tous les sites web
Plus dâinformations
- Liens du module
- Version
- 1.4resigned1
- Taille
- 17,23Â Ko
- DerniĂšre mise Ă jour
- il y a un an (25 avr. 2024)
- Catégories associées
- Licence
- Licence MIT
- Historique des versions
- Ajouter Ă la collection
Plus de modules créés par pieterman2000
- Il nây a aucune note pour lâinstant
- Il nây a aucune note pour lâinstant
- Il nây a aucune note pour lâinstant
- Il nây a aucune note pour lâinstant
- Il nây a aucune note pour lâinstant
- Il nây a aucune note pour lâinstant
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.