
Comic Sans Everywhere Autor: 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 Users253 Users
Potrzebujesz Firefoksa, aby używać tego rozszerzenia
Metadane rozszerzenia
Zrzuty ekranu



O tym rozszerzeniu
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.
Oceniony na 4,9 przez 12 recenzentów
Uprawnienia i daneWięcej informacji
Wymagane uprawnienia:
- Mieć dostęp do danych użytkownika na wszystkich stronach
Więcej informacji
- Strony dodatku
- Wersja
- 1.4resigned1
- Rozmiar
- 17,23 KB
- Ostatnia aktualizacja
- rok temu (25 kwi 2024)
- Powiązane kategorie
- Licencja
- Licencja MIT
- Historia wersji
- Dodaj do kolekcji
Więcej rozszerzeń od: pieterman2000
- Nie ma jeszcze ocen
- Nie ma jeszcze ocen
- Nie ma jeszcze ocen
- Nie ma jeszcze ocen
- Nie ma jeszcze ocen
- Nie ma jeszcze ocen
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.