Skip to content

Commit

Permalink
Supporting open-in-tor-browser for Firefox, Opera and Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-portmen committed Apr 5, 2017
1 parent 5dfc84b commit 5ee41bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ exports.ids = {
'iajkcajifgglcaojccgiohphgjmoleia', // Auto Shutdown (Opera)
'klglmiipkjlhpeeopnnlkhdomjhbkpjh', // Open in Vivaldi (Chrome)
'ldoihpohemnbokndocafmiblepbjeacb', // Open in Vivaldi (Opera)
'dijcjcnibopfdgbmpkgnjfdihfdeghcc', // Open in Tor Browser (Chrome)
'emlgnifoahkaeocfmafkpnfbijoioefh', // Open in Tor Browser (Opera)
],
firefox: [
'{5610edea-88c1-4370-b93d-86aa131971d1}', // Open in IE
Expand All @@ -33,5 +35,6 @@ exports.ids = {
'{6b954d17-d17c-4a19-8fe6-ee8052a562d6}', // Open in VLC
'{9a71ec90-d0b6-44af-833f-efe418ff8454}', // Auto Shutdown
'{0bcb72f8-7da8-4071-905c-2de13f5aad3a}', // Open in Vivaldi
'{9d3b260b-886d-4263-b9d6-81d756ee4929}', // Open in Tor Browser
]
};
2 changes: 1 addition & 1 deletion host.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var https = lazyRequire('./follow-redirects').https;
var server, files = [];

var config = {
version: '0.3.2'
version: '0.3.3'
};
// closing node when parent process is killed
process.stdin.resume();
Expand Down

0 comments on commit 5ee41bb

Please sign in to comment.