Alternatives to JShelter
Wraps browser APIs to reduce JavaScript fingerprinting and tracking. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
JShelter
Wraps browser APIs to reduce JavaScript fingerprinting and tracking.
Replacements
Listings that take over the same core job as JShelter.
CanvasBlocker
Blocks or fakes the browser APIs most used for fingerprinting.
CanvasBlocker fakes fingerprinting APIs with very granular per-API and per-site settings under MPL-2.0, but it is Firefox focused and lacks a network boundary shield.
NoScript Security Suite
Blocks scripts and active content except on sites you trust.
NoScript blocks scripts entirely except on trusted sites, giving stronger control than wrapping APIs, but many sites break until you grant permissions.
Chameleon
A Firefox extension that spoofs the browser profile and user agent to make fingerprinting harder.
Chameleon is a Firefox extension that spoofs the user agent and browser profile rather than wrapping APIs, and it is not open source.
Similar software
Related functionality, not a direct replacement.
arkenfox user.js
Documented Firefox configuration template for privacy and hardening.
AmIUnique
A web page that checks whether your browser has a unique fingerprint and how identifiable you are.
BrowserLeaks
A suite of web tests that show what your browser reveals about you and your device.
Privacy Badger
Learns and blocks trackers by watching their behaviour across sites.
uBlock Origin
A free, open-source content blocker for browsers that blocks ads, trackers and malware domains with a small footprint.
Decentraleyes
Serves common JavaScript libraries locally instead of from a CDN.