niespodd / browser-fingerprinting

Analysis of Bot Protection systems with available countermeasures 🚿. How to defeat anti-bot system 👻 and get around browser fingerprinting scripts 🕵️‍♂️ when scraping the web?
https://niespodd.github.io/browser-fingerprinting/
4.13k stars 226 forks source link

uncaught errors #12

Open Thorin-Oakenpants opened 2 years ago

Thorin-Oakenpants commented 2 years ago

FWIW: Firefox

Uncaught TypeError: window.performance.memory is undefined
    o https://niespodd.github.io/browser-fingerprinting/assets/index.e859646e.js:1

webgl is disabled

THREE.WebGLRenderer: Error creating WebGL context. [vendor.0d07671f.js:55:476104](https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js)

Error: Error creating WebGL context.
    Vz https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:55
    e https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:64
    rW https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:64
    rW https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:64
    dl https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:27
    kc https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:27
    unstable_runWithPriority https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:18
    Uo https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:27
    Tc https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:27
    pc https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:27
    Wo https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:27
    unstable_runWithPriority https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:18
    Uo https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:27
    Wo https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:27
    Vo https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:27
    lc https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:27
    Es https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:27
    e https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:64
    l https://niespodd.github.io/browser-fingerprinting/assets/vendor.0d07671f.js:64
niespodd commented 2 years ago

Hi @Thorin-Oakenpants. Thanks for reporting these issues. I just deployed a fix for window.performance.memory, but I can't reproduce the problem with WebGL. What is the exact FF setup you use? Even when I set FF to "Strict" mode, the essential WebGL interfaces are available.

Side note. I've seen your TZP repo. Lots of good stuff 🕵️👍 Congrats

Thorin-Oakenpants commented 2 years ago

go to about:config, and change webgl.disabled to true