Protects you against AudioContext fingerprinting by adding random noise.
As any addons, navigate to its store page
and click Install
.
- Download the XPI file from Github Releases
- Navigate to about:addons
- Install Add-on from file
- Select the XPI file
Use make release
to create the same XPI file as releases
While the prupose is the same, this extension fixes several problems I had with AFD :
- AFD inject code in the page as a script element
- AFD then inject code in iframes if the document doesn't contain the attribute
data-acxscriptallow
This extension uses exportFunction
. This means that the DOM is not modified.
Unlike AFD, this extension cannot be blocked by setting CSP to unsafe-inline
or presetting data-acxscriptallow
and using iframes.
Finally, this extension has a Github repository so that everyone can participate and improve it.
This extension currently only support Firefox and Firefox for Android.
- Support Chromium (Requires injecting JavaScript into the page instead of using
exportFunction
.) - Configurable noise amplitude
- Use the allowlist to create a
RequestFilter
that filters out allowed pages