
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.
253 მომხმარებელი253 მომხმარებელი
Firefox გესაჭიროებათ ამ გაფართოებისთვის
გაფართოების მონაცემები
ეკრანის სურათები



გაფართოების შესახებ
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.
4,9 შეფასება 12 მიმომხილველისგან
ნებართვები და მონაცემებივრცლად
მოთხოვნილი ნებართვები:
- თქვენს მონაცემებთან წვდომა ყველა საიტზე
დამატებითი მონაცემები
- დამატების ბმულები
- ვერსია
- 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.