
Comic Sans Everywhere av 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.
259 användare259 användare
Du behöver Firefox för att kunna använda den här tillägget
Metadata för tillägg
Skärmbilder



Om detta tillägg
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.
Betyg 4,9 av 12 recensenter
Behörigheter och dataLäs mer
Nödvändiga behörigheter:
- Åtkomst till dina data för alla webbplatser
Mer information
- Länkar för tillägg
- Version
- 1.4resigned1
- Storlek
- 17,23 kB
- Senast uppdaterad
- för ett år sedan (25 apr 2024)
- Relaterade kategorier
- Licens
- MIT-licens
- Versionshistorik
- Lägg till i samling
Fler tillägg av pieterman2000
- Det finns inga betyg än
- Det finns inga betyg än
- Det finns inga betyg än
- Det finns inga betyg än
- Det finns inga betyg än
- Det finns inga betyg än
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.