Skip to content

Commit b91c3a2

Browse files
committed
docs: link to invisible_playwright, the project this became
1 parent ab4113d commit b91c3a2

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,21 @@ AIHawk has been featured by major media outlets for revolutionizing how job seek
2525
[**Vanity Fair**](https://www.vanityfair.it/article/intelligenza-artificiale-candidature-di-lavoro)
2626
[**404 Media**](https://www.404media.co/i-applied-to-2-843-roles-the-rise-of-ai-powered-job-application-bots/)
2727

28+
---
29+
30+
</div>
31+
32+
## Other projects
33+
34+
Most of my work now goes into [invisible_playwright](https://github.com/feder-cr/invisible_playwright),
35+
a Playwright replacement built on a Firefox patched at the source level, so the browser
36+
fingerprint is set inside the engine rather than injected from the page - the same
37+
automation-detection problem AIHawk ran into at scale, solved one layer lower.
38+
39+
A few pages from its docs, if you're curious how any of it actually works:
40+
41+
- [The checklist for being detected on one site](https://github.com/feder-cr/invisible_playwright/blob/main/docs/playwright-detected-as-bot.md)
42+
- [Why an attached debugger makes automation detectable](https://github.com/feder-cr/invisible_playwright/blob/main/docs/debugger-timing-detection.md)
43+
- [Three ways to make Playwright undetected](https://github.com/feder-cr/invisible_playwright/blob/main/docs/playwright-stealth-levels.md)
44+
- [Why automating the login form is riskier than reusing a session](https://github.com/feder-cr/invisible_playwright/blob/main/docs/automating-login-vs-session-reuse.md)
45+

0 commit comments

Comments
 (0)