how to check with macro that you are on the right page?

opsfafsme

Well-Known Member
Rule The Universe
VIP
Joined
Jul 2, 2018
Messages
243
Reaction score
92
Website
OnlinePiercingShop.com
Achievement
this is the answer to the @ChipSkylark question asked in discord

JavaScript:
await Delay(3000);
await WaitForLoading();
while ( await EvaluateScript("! window.location.href.includes('some_url_part')") ) {
  await ClickRandomInternalLink(true);
  await Delay(Random(5000,7000));
  await WaitForLoading();
}
//do_something
Exit();
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu