└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # rebrowser-puppeteer-core 2 | > ⚠️ This is the original [`puppeteer-core`](https://www.npmjs.com/package/puppeteer-core) patched with [`rebrowser-patches`](https://github.com/rebrowser/rebrowser-patches). 3 | > 4 | > 🕵️ The ultimate goal is to pass all automation detection tests presented in [`rebrowser-bot-detector`](https://github.com/rebrowser/rebrowser-bot-detector). 5 | > 6 | > 🪄 It's designed to be a drop-in replacement for the original `puppeteer-core` without changing your codebase. Each major and minor version of this repo matches the original repo, patch version could differ due to changes related to the patch itself. 7 | > 8 | > 🐛 Please report any issues in the [`rebrowser-patches`](https://github.com/rebrowser/rebrowser-patches/issues) repo. 9 | 10 | *Main branch is empty; all code and commits are in version-named branches.* 11 | --------------------------------------------------------------------------------