Because of this browser extension, it’s no longer possible to solve the Cloudflare CAPTCHA - before, everything was working fine..
Reviews for AudioContext Fingerprint Defender
3.78
Average rating
18
Total ratings
3
Visible review rows
Recent user reviews
Fingerprint using OscillatorNode - Doesn't change Fingerprint using hybrid of OscillatorNode/DynamicsCompressor method - Doesn't change Implemented an additional injection layer that introduces controlled stochastic noise into the WebAudio graph to prevent deterministic AudioContext fingerprinting. The patch hooks into AudioContext.prototype.createAnalyser, createOscillator, and DynamicsCompressorNode.prototype.getReduction, modifying the generated audio buffer values before fingerprinting scripts can read them. The noise injection is performed early via a custom script (my_audio_patch.js) loaded at document_start in both MAIN and ISOLATED worlds to guarantee execution before any third-party scripts initialize a fingerprinting pipeline. This results in non-stable, non-correlatable fingerprints for: DynamicsCompressor buffer sum DynamicsCompressor full buffer hash OscillatorNode output sample patterns Hybrid oscillator/compressor fingerprinting flows If useful, I can provide the modified manifest.json and patch file so this functionality can be added as an optional “noise randomization mode” in future versions.
Worked fine before but now it seems to break pages that use cloudflare captcha, making them constantly reload.