https://github.com/tiansh/detect-canvas-noise
Some canvas noise / blocking tools claim they cannot be detected by website. Is it true?
https://github.com/tiansh/detect-canvas-noise
Last synced: 3 months ago
JSON representation
Some canvas noise / blocking tools claim they cannot be detected by website. Is it true?
- Host: GitHub
- URL: https://github.com/tiansh/detect-canvas-noise
- Owner: tiansh
- License: mit
- Created: 2018-08-02T06:08:28.000Z (almost 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-08-02T08:00:48.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T15:47:18.323Z (5 months ago)
- Language: JavaScript
- Homepage: https://tiansh.github.io/detect-canvas-noise/
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Detect Canvas Noise
Some canvas noise / blocking tools claim they cannot be detected by website. Is it true?
The detector here is simple: We try to draw canvas with solid colors, and then read pixels on the canvas. Every pixels on the canvas should be the expected color if no canvas noise tools installed.
https://tiansh.github.io/detect-canvas-noise/