Hello,
I am using Tampermonkey scripts for quite a few sites.
This works fine so far, except for sites with captchas for obvious reasons.
so I would love to midify my script so it solves captchas with capmonster if there is any.
main problem is how to do the captcha solving.
from my very limited knowledge I already understood that i need to extract some captcha related data from the site, sent a http post request and later on do a http get request in order to receive the solution. and put that into the input field on the page.
but that's msotly what I read on the internet and I dont have the slightest idea how this works in detail.
Can someone please give me a short idiot proof walkthrough on how to do this?
Sorry in advance if this is a compelte noob question but I am not too knowledgable about computer stuff in general,
only know a bit of java and javascript.
thanks everyone in advance!
I am using Tampermonkey scripts for quite a few sites.
This works fine so far, except for sites with captchas for obvious reasons.
so I would love to midify my script so it solves captchas with capmonster if there is any.
main problem is how to do the captcha solving.
from my very limited knowledge I already understood that i need to extract some captcha related data from the site, sent a http post request and later on do a http get request in order to receive the solution. and put that into the input field on the page.
but that's msotly what I read on the internet and I dont have the slightest idea how this works in detail.
Can someone please give me a short idiot proof walkthrough on how to do this?
Sorry in advance if this is a compelte noob question but I am not too knowledgable about computer stuff in general,
only know a bit of java and javascript.
thanks everyone in advance!