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.
사용자 317명사용자 317명
확장 메타 데이터
스크린샷
권한 및 데이터
추가 정보
- 부가 기능 링크
- 버전
- 1.4resigned1
- 크기
- 17.23 KB
- 마지막 업데이트
- 2년 전 (2024년 4월 25일)
- 관련 카테고리
- 라이선스
- MIT 라이선스
- 버전 목록
- 모음집에 추가
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.