Thanks for your interest in contributing to playwright-bot-bypass!
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Commit your changes
- Push to the branch (
git push origin feature/my-feature) - Open a Pull Request
# Clone your fork
git clone https://github.com/YOUR_USERNAME/playwright-bot-bypass.git
# Install dependencies
npm install rebrowser-playwright
# Run bot detection test
node skills/playwright-bot-bypass/scripts/bot-detection-test.mjs- Test your changes against bot.sannysoft.com before submitting
- Keep PRs focused on a single change
- Update README if adding new features or scripts
Open an issue with:
- What you expected to happen
- What actually happened
- Your environment (OS, Node.js version, browser)
By contributing, you agree that your contributions will be licensed under the MIT License.