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).
Hello, how can I add add-ons to chrome browser in BAS program?
@ocorex Hello, you can't. Plugin support announced in new version
Any possibility to "spoof/fake" a list of installed add-ons in BAS in the meantime?
EXTENSION* EXTENSION*\manifest.json
It’s called a module in BAS. In your project check the ui tools on top. Select the functions you want to export and that’s it. Later you can enable or disable for any other scripts
save cookies to VAR regular expression replace your cookie value read cookie from VAR
Thank You, SOLVED!
@plantacja said in Hi how to get all text from add element?:
@stephenperry18 Probably it can be done much faster.. but basic solution for this is simle create resource with your 1.txt file type text -> content from resource
@stephenperry18
Probably it can be done much faster.. but basic solution for this is simle
thank you I'll try this! :)