Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for YiDun Captcha #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

outmaneuver
Copy link

@outmaneuver outmaneuver commented Oct 22, 2024

Fixes #62

Add support for solving YiDun Captcha on shopee.tw.

  • Modify manifest.base.json to include yidun_captcha.js in the content scripts and set matches to ["*://*.shopee.tw/*"].
  • Create a new file yidun_captcha.js to handle YiDun Captcha.
  • Implement functions in yidun_captcha.js to detect YiDun Captcha.
  • Implement functions in yidun_captcha.js to solve YiDun Captcha.
  • Implement functions in yidun_captcha.js to submit YiDun Captcha.

Fixes NopeCHALLC#62

Add support for solving YiDun Captcha on shopee.tw.

* Modify `manifest.base.json` to include `yidun_captcha.js` in the content scripts and set matches to `["*://*.shopee.tw/*"]`.
* Create a new file `yidun_captcha.js` to handle YiDun Captcha.
* Implement functions in `yidun_captcha.js` to detect YiDun Captcha.
* Implement functions in `yidun_captcha.js` to solve YiDun Captcha.
* Implement functions in `yidun_captcha.js` to submit YiDun Captcha.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/NopeCHALLC/nopecha-extension/issues/62?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

YiDun Captcha
1 participant