If your cookies in same format as BAS, you just read it from file to variable and go Network-load cookies-set cookies for browser. If format of your cookies not compatible with BAS, compare and convert all your cookies in right format
@DuckDuck Thank you very much. Besides blocking libraries, what else can be done to optimize BAS and reduce RAM and CPU usage? Because the tool I'm working with is expected to simultaneously scrape 20-30 news pages.
I managed to do it by splitting the proxy and port in to there own variables and adding the : in the proxy mod [[PROXY]]:[[PORT]] which pulled the proxy and port back together, i`ll try what you've suggested too.