From 1d7d023573219c58db8ddafcb7b9c18fb4554e26 Mon Sep 17 00:00:00 2001 From: chrome Date: Wed, 1 Jul 2020 16:33:09 +0200 Subject: [PATCH] Update 'subfiles/chromium_tor.md' --- subfiles/chromium_tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subfiles/chromium_tor.md b/subfiles/chromium_tor.md index c34ea918..82851744 100644 --- a/subfiles/chromium_tor.md +++ b/subfiles/chromium_tor.md @@ -18,7 +18,7 @@ function FindProxyForURL(url, host){ if (shExpMatch(host,"*.onion")){return "SOCKS5 127.0.0.1:9050";} if (shExpMatch(host,"www.cloudflare.com")||shExpMatch(host,"www.nsa.gov")){return "SOCKS5 0.0.0.0:7";} return "SOCKS5 127.0.0.1:9050"; -\} +} ``` 6. Open Chromium > 3 dots > `More Tools` > `Extensions`