You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey, before fleshing out the full tool surface i wanted to check if there'd be interest in an InvisibleFirefoxTool parallel to the existing Crawl4aiTool and BrowserUseTool under app/tool/. selected by the user when constructing the agent, no change to defaults.
motivation: existing browser and scraper tools return 403 or empty content when the target site is behind Cloudflare, Akamai, Datadome, or hCaptcha. a Firefox build with fingerprint patches at the C++ source code level avoids the JS-shim detection surface that the standard playwright stealth approach uses.
the tool wraps feder-cr/invisible_playwright, which drives a patched Firefox 150 binary (feder-cr/invisible_firefox, MPL-2.0, same license as Firefox upstream). optional dependency, only imported when the tool is constructed. issues against the backend route to feder-cr/invisible_playwright.
also opened a draft PR #1374 with a stub at app/tool/invisible_firefox.py modeled after the crawl4ai.py shape (PR #1197 precedent for adding scraper tools).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hey, before fleshing out the full tool surface i wanted to check if there'd be interest in an
InvisibleFirefoxToolparallel to the existingCrawl4aiToolandBrowserUseToolunderapp/tool/. selected by the user when constructing the agent, no change to defaults.motivation: existing browser and scraper tools return 403 or empty content when the target site is behind Cloudflare, Akamai, Datadome, or hCaptcha. a Firefox build with fingerprint patches at the C++ source code level avoids the JS-shim detection surface that the standard playwright stealth approach uses.
the tool wraps feder-cr/invisible_playwright, which drives a patched Firefox 150 binary (feder-cr/invisible_firefox, MPL-2.0, same license as Firefox upstream). optional dependency, only imported when the tool is constructed. issues against the backend route to feder-cr/invisible_playwright.
also opened a draft PR #1374 with a stub at
app/tool/invisible_firefox.pymodeled after thecrawl4ai.pyshape (PR #1197 precedent for adding scraper tools).可选 Firefox 隐身后端工具,作为现有 Crawl4aiTool 和 BrowserUseTool 的并行选项。详细方案见 PR 中的英文说明。
Beta Was this translation helpful? Give feedback.
All reactions