Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to block follow redirect to page to navigate to other page?
window.onbeforeunload = () => true; its work to chrome but in browser automation studio not working
@Habibiii
Take a look HERE.
@JinMVP thats already thing i did if check = 5 to break but in case like this URL which i post BAS keeps follow redirect and redirect never ends
@shortwalk said in Why can't I block pictures with execute code?:
I wrote some code with execute code 'request_deny(".jpg")! request_deny(".png")! request_deny(".gif")! request_deny(".svg")! request_deny(".bmp")! request_deny(".woff2")! request_deny("www.googletagmanager.com")! request_deny("inews.gtimg.com")!' But I can still see the picture test url : https://new.qq.com/rain/a/20220405A07WON00
I wrote some code with execute code 'request_deny(".jpg")! request_deny(".png")! request_deny(".gif")! request_deny(".svg")! request_deny(".bmp")! request_deny(".woff2")! request_deny("www.googletagmanager.com")! request_deny("inews.gtimg.com")!'
But I can still see the picture test url : https://new.qq.com/rain/a/20220405A07WON00
Try using this mask:
e52bb77d-ea09-459e-831e-7d0bb1b155db-изображение.png
@zortexx said in How to sleep for x minutes after x follows?:
@bennettjimmy63 Hi. Try to divide cycle_index to 25. And check the result. If it is integer then sleep 2400 seconds. ccf0eb8c-5c99-4af6-8955-5e0e203cea98-image.png But you should be sure that number that you check is not string. If not you just get wrong result anyway.
@bennettjimmy63 Hi. Try to divide cycle_index to 25. And check the result. If it is integer then sleep 2400 seconds.
ccf0eb8c-5c99-4af6-8955-5e0e203cea98-image.png
But you should be sure that number that you check is not string. If not you just get wrong result anyway.
Can't seem to figure this out bro, this didn't work out for me