Greasy Fork is available in English.

Gladiatus AutoPlay

Gladiatus BOT

< Feedback on Gladiatus AutoPlay

Question/comment

§
Posted: 22.10.2019

Can you put a drop down for where to work?

Can you put a drop down for where to work? So it would work as a farmer or Butcher

§
Posted: 22.10.2019

I added this to line 191 and it selects butcher

document.getElementById("job_row_4").click('select');

ByElectionAuthor
§
Posted: 6.11.2019

i make next update in december and integrate it but not with getElementById because is a bad habit

ByElectionAuthor
§
Posted: 7.11.2019

script has been updated and include some function including the select for work time ty for your comment now i explain you why getElementById is a bad habit when you do a DOM query with that is only for 1 element with a id the same for getElementsByClassName but with querySelector('CSS expresion') you can obtain a more specific element or elements in a array using querySelectorAll for example querySelector('div#id div.class span.otherclass a') is a very specific element

Post reply

Sign in to post a reply.