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

why you use this #68

Closed NCLnclNCL closed 1 year ago

NCLnclNCL commented 1 year ago

const modelURL = https://hekt.akmal.dev/${label}.ort; const fetchModel = await fetch(modelURL, { method: 'HEAD' }); As far as I know, the head method will check instead of downloading but I don't understand what you are requesting to this site for