i am aware these options exist, but when i a copy to clipboard buttons on any website, the text that is supposed to be copied isn't saved and won't appear when i use the get clipboard option
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
@Fox Does the user have to have their host file set for the captcha service they are using? Is there a way to set a npm package in bas itself and not require user to change their host file?
Why change the host file at all? The module allows you to specify the ip of the service yourself.
Where can I find a list of BAS functions or API calls for embedded node.js? I'm doing trial and error currently with the commands and parameters and it's not going well.
Thanks,
JIm
You can simply copy the required BAS action directly into node js
alt text