Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/biglysoftware/biglybt-plugin-aznettorbrowser

Provides a Tor Browser for use within BiglyBT.
https://github.com/biglysoftware/biglybt-plugin-aznettorbrowser

Last synced: about 2 months ago
JSON representation

Provides a Tor Browser for use within BiglyBT.

Awesome Lists containing this project

README

        

The 'Tor Browser' components included in this plugin are derived directly from the release version of the product with the following removed:

*** Since 9.0 ***

tor-launcher integrated into browser, controlled by some config changes (see plugin)

*** Since 8.0 ***

Mac:

Rename "Tor Browser.app" to "TorBrowser.app"

.\Contents\Resources\TorBrowser\Docs
.\Contents\Resources\TorBrowser\Tor
.\Contents\MacOS\Tor
.\Contents\MacOS\updater.app
.\Contents\Resources\distribution\extensions\[email protected]


-- versions 6.0 and higher

Mac: Fairly major change to the browser (linux/windows is the same)

-- versions 4.0 and higher

Windows:
.\Start Tor Browser.exe
.\Browser\TorBrowser\Docs
.\Browser\TorBrowser\Tor
.\Browser\TorBrowser\Data\Tor
.\Browser\TorBrowser\Data\Browser\profile.default\extensions\[email protected]

Mac:
.\TorBrowser\Docs
.\TorBrowser\Tor
.\TorBrowser\Data\Tor
.\TorBrowser\Data\Browser\profile.default\extensions\[email protected]

Linux:

*** to manage processes correctly it is necessary to remove the backgrounding of firefox in
*** 4.5 Update - new $detach argument introduced that is passed to start-tor-browser from the
desktop starter script but obviously not when we launch it directly. So in theory we don't need
to do anything to this script anymore. However, for the moment remove the detach logic and also
the redirections so that we can capture output

.\Browser\start-tor-browser

by replacing the commented out lines below with the one above:

elif [ "$debug" -ne 1 ] ; then
TOR_CONTROL_PASSWD=${TOR_CONTROL_PASSWD} ./firefox --class "Tor Browser" \
-profile TorBrowser/Data/Browser/profile.default "${@}"
# -profile TorBrowser/Data/Browser/profile.default "${@}" > /dev/null 2>&1