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
Overview of run scripts and results
-
What solutions do you use to see/visualize which BAS scripts have been run when and how often and what the result was, i.e. success/fail...?
I currently enter the result into a MySQL DB at the end of a script and then use MS Power BI, for example, to visualize the data.
What more useful or practical approaches are there to get a graphical overview of the work of BAS and also in the event that a bot no longer works (e.g. because a target page has renamed buttons, tags, etc.), to recognize this immediately and be able to react to it? Possibly also in combination with an automatic notification via Telegram, for example, in the event of 5 consecutive errors or other anomalies.