Page 1 of 1

Detecting webpage button

Posted: Wed Oct 08, 2014 3:46 am
by ZZZZZ
I have no idea how to go about this, or if I can for that matter, but how would I go about making a small MM script to detect a specific button on a webpage and if it finds it, click on it? Even just a hint as to how I would start would be a great help :)

Re: Detecting webpage button

Posted: Wed Oct 08, 2014 10:45 pm
by Administrator
That would be kind of difficult to do. You are better off just using cURL or plain sockets to send the request to the webserver.

Re: Detecting webpage button

Posted: Thu Oct 09, 2014 1:06 am
by ZZZZZ
Ahh ok, guess i'll look up those then :P
Thanks

Re: Detecting webpage button

Posted: Fri Oct 10, 2014 11:53 pm
by lisa
for web pages you can do your own scripting using http://tampermonkey.net/
Doesn't work on IE but works fine on chrome.