
Comic Sans Everywhere por 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.
261 Users261 Users
Você precisa do Firefox para usar esta extensão
Metadados da extensão
Capturas de tela



Sobre esta extensão
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.
Avaliado em 4,9 por 1 revisor
Permissões e dadosSaiba mais
Permissões necessárias:
- Acessar seus dados em todos os sites visitados
Mais informações
- Links da extensão
- Versão
- 1.4resigned1
- Tamanho
- 17,23 KB
- Ultima atualização
- há um ano (25 de abr de 2024)
- Categorias relacionadas
- Licença
- Licença MIT
- Histórico de versões
- Adicionar a uma coleção
Mais extensões de pieterman2000
- Ainda não existem avaliações
- Ainda não existem avaliações
- Ainda não existem avaliações
- Ainda não existem avaliações
- Ainda não existem avaliações
- Ainda não existem avaliações
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.