Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/biglysoftware/biglybt-plugin-aznettorbrowser
- Owner: BiglySoftware
- License: other
- Created: 2017-07-21T01:29:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T18:19:39.000Z (6 months ago)
- Last Synced: 2024-07-12T20:39:55.002Z (6 months ago)
- Language: Java
- Size: 43 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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