diff options
Diffstat (limited to 'config/qutebrowser/userscripts/tor_identity')
| -rwxr-xr-x | config/qutebrowser/userscripts/tor_identity | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/qutebrowser/userscripts/tor_identity b/config/qutebrowser/userscripts/tor_identity new file mode 100755 index 0000000..bf23014 --- /dev/null +++ b/config/qutebrowser/userscripts/tor_identity @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +mypass=$(pass show Tor/client); + +echo -e "AUTHENTICATE \"$mypass\"\\r\\nsignal NEWNYM\\r\\nQUIT" | nc 127.0.0.1 9051; + |
