https://github.com/garywill/togglewebcustomfont
Firefox addon. A toolbar button to toggle web custom font. Disabling it resists font fingerprint. 🛡️🔣
https://github.com/garywill/togglewebcustomfont
browser-fingerprint fingerprint firefox firefox-addon firefox-extension firefox-quantum firefox-webextension font-fingerprint resist-fingerprint
Last synced: about 1 month ago
JSON representation
Firefox addon. A toolbar button to toggle web custom font. Disabling it resists font fingerprint. 🛡️🔣
- Host: GitHub
- URL: https://github.com/garywill/togglewebcustomfont
- Owner: garywill
- License: gpl-2.0
- Created: 2019-12-04T13:25:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T00:46:58.000Z (over 3 years ago)
- Last Synced: 2025-04-15T08:40:30.526Z (6 months ago)
- Topics: browser-fingerprint, fingerprint, firefox, firefox-addon, firefox-extension, firefox-quantum, firefox-webextension, font-fingerprint, resist-fingerprint
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/toggle-web-custom-font/
- Size: 24.4 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toggle web custom font
Firefox webextention addon.
A toolbar button to toggle web custom font.
Disabling it resists font fingerprint.
Users who want to resist font fingerprint can disable web custom font by setting `browser.display.use_document_fonts = 0` in `about:config`, but that will break some web. So I made this button to toggle it.
Support setting keyboard shortcut.
## Other addons
Also another toolbar button, to toggle Firefox's "resist fingerprinting": [Aaron-P/ToggleResistFingerprinting](https://github.com/Aaron-P/ToggleResistFingerprinting). User may want to use both.