
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 KB
- 最近更新
- 1 年前 (2024年4月25日)
- 相關分類
- 授權條款
- 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.