Wikidepia / hektCaptcha-extension

[PAUSED 🏳️] Automatically solve hCaptcha using AI. 100% Free and Unsustainable™️.
GNU General Public License v3.0
309 stars 53 forks source link

UPDATE speclass.json #110

Closed Akmal-CloudFreed closed 1 year ago

Akmal-CloudFreed commented 1 year ago

{ "Please click on each image containing the smallest animal.": "NESTED_CLASSIFY", "Please click on each image containing the largest animal.": "NESTED_CLASSIFY", "Please click on the largest animal.": "NESTED_CLASSIFY", "Please click on each image containing the smallest animal in real life": "NESTED_CLASSIFY" "Please click on each image containing the largest animal in real life": "NESTED_CLASSIFY" }

There's no comma on smallest animal in real life...

anoleido commented 1 year ago

This can be solve by edit the hcaptcha.js from .zip with this.

const h={"Please click on each image containing the smallest animal.":"NESTED_CLASSIFY","Please click on each image containing the largest animal.":"NESTED_CLASSIFY","Please click on the largest animal.":"NESTED_CLASSIFY","Please click on each image containing the smallest animal in real life":"NESTED_CLASSIFY","Please click on each image containing the largest animal in real life":"NESTED_CLASSIFY"};s=[a]||h;

This will pass on this error, but the models for solving is not updated for over 3 weeks. It will refresh every time.

Wikidepia commented 1 year ago

Fixed