
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.
256 Users256 Users
יש צורך ב־Firefox כדי להשתמש בהרחבה זו
נתוני העל של ההרחבה
צילומי מסך



הרשאות ונתוניםמידע נוסף
הרשאות נדרשות:
- גישה לנתונים שלך מכל האתרים
מידע נוסף
- גרסה
- 1.4resigned1
- גודל
- 17.23 ק״ב
- עדכון אחרון
- לפני שנה (25 אפר׳ 2024)
- קטגוריות קשורות
- רישיון
- MIT License
- היסטוריית הגרסאות
- הוספה לאוסף
עוד הרחבות מאת 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.