Open developer tools in your own browser and look at the network tab. Click on the requests and click Block Request then refresh (Right click refresh button and reload without cache)
Keep blocking images and scripts until the website stops working
Take that list of blocked stuff and put it in your script using Request Mask Deny
asynchronously function to continue with my script without finishing
-
I want to run a function which ends my script within 10 minutes so I am thinking of using asynchronously and a function to achieve this but whenever I do this it just moves to function which has a sleep for time minutes and then And script command but instead of running both of them at the same time and finishing my script and while also running that timer
how can I achieve this
-
@FastSpace hey brother any clue about this