I already checked out a similar question, but it's obsolete and didn't quite help me, hence I'm creating a new one.
I tried passing arguments to start-tor-browser, firefox and even torbrowser-launcher scripts as well as firefox.real executable found inside the main Tor Browser directory, yet none of it worked. Instead, it kept giving me an error, stating that Tor Browser instance is already running and I should close the existing Tor Browser process in order to open a desired link. I also tried creating a shell script named test.sh that would point to one of the aforementioned scripts and executables:
#!/usr/bin/sh
$HOME/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/firefox.real "$@" &
then assigned the path to said script in newsboat config file:
browser "~/.scripts/test.sh %u"
and upon pressing 'o' button in newsboat it obviously kept giving me the same error about running instance of TBB. What should I do to resolve this? Thanks in advance.