feat(register): add humanized browser automation to reduce detection …#21
Merged
chanhanzhan merged 2 commits intoXxxXTeam:masterfrom Jan 20, 2026
Merged
feat(register): add humanized browser automation to reduce detection …#21chanhanzhan merged 2 commits intoXxxXTeam:masterfrom
chanhanzhan merged 2 commits intoXxxXTeam:masterfrom
Conversation
…risk - Implement human-like delays with random timing to simulate human reaction - Add bezier curve mouse movement for natural cursor behavior - Create humanized typing with variable rhythm and occasional pauses - Include scroll-to-element functionality with realistic timing - Apply humanized interactions to email input, verification codes, and name entry - Add recovery mechanism for signin-error pages when detected - Update README with humanized behavior documentation - Change default register_headless to false for better observability
Contributor
Author
- Add early detection of signin-error pages during registration process
- Implement recovery logic when signin-error is detected
- Reduce human delay intervals for faster processing
- Fix typo in error message detection ('稀后再试' instead of '稍后再试')
- Add additional checks after page transitions to catch delayed redirects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


…risk