From dd73dfc14cb5340bdd1c0d9482a119cf12e35b08 Mon Sep 17 00:00:00 2001 From: daijro Date: Thu, 5 Sep 2024 22:22:10 -0500 Subject: [PATCH] Add sponsor segment --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6978879..553d12c 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,34 @@ Camoufox aims to be a minimalistic browser for robust fingerprint injection & an - Optimized for memory and speed ✅ - Stays up to date with the latest Firefox version 🕓 +## Sponsors + + + drawing + + +**[Capsolver](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=camoufox)** is an affordable AI-powered captcha-solving service that supports reCaptcha, hCaptcha, GeeTest, ImageToText, & more. + +
+ +Using Capsolver in Camoufox + + +1. Download & extract the [Capsolver Firefox extension](https://github.com/capsolver/capsolver-browser-extension/releases/). +2. Edit `/assets/config.js` in the extracted files (e.g. add API key). See the [config settings](https://docs.capsolver.com/en/guide/extension/settings_for_developers/#configurable-settings). +3. Load the addon in Camoufox with the `--addons` flag: + +```py +browser = await pw.firefox.launch( + executable_path='/path/to/camoufox/launch', + args=['--addons', json.dumps(['/path/to/CapSolver-Extension'])], +) +``` + +
+ +--- + ### Why Firefox instead of Chromium? Camoufox is built on top of Firefox/Juggler instead of Chromium because: @@ -36,7 +64,7 @@ Camoufox is built on top of Firefox/Juggler instead of Chromium because: ### What's planned? - Continue research on potential leaks -- Create a pypi package for downloading & updating Camoufox +- Create a PyPi package for downloading & updating Camoufox - Integrate [BrowserForge](https://github.com/daijro/browserforge) for fingerprint generation - Built in TLS fingerprinting protection using [Hazetunnel](https://github.com/daijro/hazetunnel) - Create integration tests