
Comic Sans Everywhere автор 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.
252 Users252 Users
Для використання цього розширення вам потрібен Firefox
Метадані розширення
Знімки екрана



Permissions and dataДокладніше
Необхідні дозволи:
- Отримувати доступ до ваших даних для всіх вебсайтів
Більше інформації
- Посилання додатка
- Версія
- 1.4resigned1
- Розмір
- 17,23 КБ
- Востаннє оновлено
- рік тому (25 квіт 2024 р.)
- Пов'язані категорії
- Ліцензія
- Ліцензія MIT
- Історія версій
- Додати до збірки
Інші розширення від pieterman2000
- Ще немає оцінок
- Ще немає оцінок
- Ще немає оцінок
- Ще немає оцінок
- Ще немає оцінок
- Ще немає оцінок
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.