javascript – How to manipulate audio context fingerprint in selenium webdriver with python
I am trying to manipulate the audio context fingerprint the browser leaves when using selenium webdriver.
I am using browserleaks.com/javascript to check the properties for my audio device and this are the results I am getting:
Now I am looking for a way to edit all these values using selenium or some kind of JavaScript hook.
One of the solutions I found was using this chrome extension chrome.google.com/webstore/detail/audiocontext-fingerprint/pcbjiidheaempljdefbdplebgdgpjcbe/related?hl=en
They are able to change the fingerprint hash, so the device is not detectable in pages like pixelscan.net/
However, I need a solution to do this programmatically.
Thanks for your time!
Read more here: Source link