@hellomembersha said in cookies to browser:
if i want to manually take the cookies that standard bas module makes and use them in my normal browser, what extension works with the syntax/format that bas saves them in?
BAS has its own cookie format that is easy to debug and convert to other formats. I created a Python converter for this purpose. However, I cannot share the ready-to-use solution with you as it is only a part of a larger project.
Another way to do it is to install a Chrome plugin on the BAS browser, export the cookies from BAS to a file, and then import them into Chrome.