
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.
254 Users254 Users
この拡張機能を使用するには Firefox が必要です
拡張機能メタデータ
スクリーンショット



Permissions and data詳細情報
必要な権限:
- すべてのウェブサイトの保存されたデータへのアクセス
詳しい情報
- バージョン
- 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.