aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

Tor support #181

Closed paulrouget closed 8 months ago

paulrouget commented 11 months ago

See https://groups.google.com/g/video-downloadhelper-q-and-a/c/FROKWGBR0yk/m/-kBVGZ0sDgAJ

paulrouget commented 11 months ago

We need to figure out the proper profile directory for Tor on Linux and Mac, and the Windows registry key.

shobee commented 10 months ago

I suppose on Mac it is ~/Library/Application\ Support/TorBrowser-Data/Browser. Hope this helps.

paulrouget commented 8 months ago

There's no way of doing this without spawning a Tor proxy Coapp-side. It's not something I'm planning to work on anytime soon.

AminFarhang commented 8 months ago

Before your latest update, it was working properly on Tor.

plin2 commented 7 months ago

Hi,

after several hours/days of analyzing the solution was quite simple. The following steps were executed on an OpenSUSE Leap 15.5 system with the Tor Browser from the distribution, but should work for the other Linux versions as well:

The environment was fine now. I started the torbrowser-launcher and the coapp worked fine.

woheller69 commented 6 months ago

=> /home/peter/.local/share/torbrowser/tbb/x86_64/tor-browser/Browser/TorBrowser/Data/Browser/.mozilla/native-messaging-hosts/net.downloadhelper.coapp.json

works like a charm

shobee commented 3 months ago

Thanks for your great effort! I had to copy the file to ~/Library/Application Support/TorBrowser-Data/Browser/Mozilla/NativeMessagingHosts and now it works fine.

AminFarhang commented 3 months ago

Thanks @shobee it is now working fine for me by just coping the already installed coapp for Mozilla to your mentioned folder

cp /Library/Application Support/Mozilla/NativeMessagingHosts/net.downloadhelper.coapp.json /Users/amin/Library/Application Support/TorBrowser-Data/Browser/Mozilla/NativeMessagingHosts