mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-25 09:28:05 +02:00
docs: remove LLM phrasing from README
This commit is contained in:
parent
02b5f397ad
commit
168179eb03
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||

|
||||
|
||||
|
||||
## Why it's powerful
|
||||
## How it works
|
||||
|
||||
|
||||
**Most other anti-detect browsers patch Chromium at the JavaScript level** - they override `navigator`, `WebGLRenderingContext.getParameter`, canvas APIs, and so on via injected scripts. This has two fatal problems:
|
||||
|
|
@ -189,7 +189,7 @@ invisible_playwright clear-cache # remove all cached binaries
|
|||
|
||||
## Related projects
|
||||
|
||||
invisible_playwright takes a different angle than the major Firefox-hardening projects but stands on their shoulders:
|
||||
Related projects that cover similar ground:
|
||||
|
||||
- **[arkenfox/user.js](https://github.com/arkenfox/user.js)** - the canonical Firefox configuration for privacy/security hardening via prefs. Reading arkenfox is how you understand which `user.js` knobs matter; invisible_playwright goes further by patching the C++ source where prefs alone are insufficient (Canvas noise, WebGL parameter overrides, font whitelisting, WebRTC IP swap, DevTools detection bypass).
|
||||
- **[LibreWolf](https://librewolf.net)** - a Firefox fork bundled with sensible privacy defaults. Same audience, different distribution model: LibreWolf ships a configured Firefox binary, invisible_playwright ships source patches + a wrapper for automation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue