some of the websites my bot visits contains lots of ads that sometimes cause trouble e.g. timeouts with low quality proxies.. Is there a way to block ads from viewing?
I did that, I blocked jpeg, png, gif etc, still all ads kept viewing and wrecking my bots
I also tried adding adblockers through extensions but they didn't work (guess that feature needs more work)
i also tried request mask deny for some of the ads domains, still no luck
@plantacja I did manage to block some of the ads by blocking the iframes that loaded it, some still appear but the script is much more stable now. Thank you.
BAS update didn't solve my problem of timeouts, so i got another chrome with ublock and looked what it blocked, request deny everything and now it is very quick and never fails 👍🏻
For those who needs this later, you can set up http proxy and send a simple get request to https://api.ipify.org , it will give you the ip adress in plain text, no need to parse the json.
One of many simple and easy ways to do it.