camoufox-stealth-browser
SKILL.md
Camoufox Stealth Browser π¦
C++ level anti-bot evasion using Camoufox β a custom Firefox fork with stealth patches compiled into the browser itself, not bolted on via JavaScript.
Why Camoufox > Chrome-based Solutions
| Approach | Detection Level | Tools |
|---|---|---|
| Camoufox (this skill) | C++ compiled patches | Undetectable fingerprints baked into browser |
| undetected-chromedriver | JS runtime patches | Can be detected by timing analysis |
| puppeteer-stealth | JS injection | Patches applied after page load = detectable |
| playwright-stealth | JS injection | Same limitations |
Camoufox patches Firefox at the source code level β WebGL, Canvas, AudioContext fingerprints are genuinely spoofed, not masked by JavaScript overrides that anti-bot systems can detect.
Key Advantages
- C++ Level Stealth β Fingerprint spoofing compiled into the browser, not JS hacks
- Container Isolation β Runs in distrobox, keeping your host system clean