Compare commits

...

16 Commits

Author SHA1 Message Date
Corona 30733d7884 PR 27 2020-07-01 16:33:34 +02:00
chrome 1d7d023573 Update 'subfiles/chromium_tor.md' 2020-07-01 16:33:09 +02:00
chrome bca1cc3856 Update 'what-to-do.md' 2020-07-01 16:31:42 +02:00
chrome 2b22a04249 Update 'what-to-do.md' 2020-07-01 16:30:27 +02:00
chrome aa1893b6a5 Update 'subfiles/chromium_tor.md' 2020-07-01 16:29:49 +02:00
chrome 14b544c20a Update 'subfiles/chromium_tor.md' 2020-07-01 16:29:39 +02:00
chrome deb27986b1 Update 'subfiles/chromium_tor.md' 2020-07-01 16:29:10 +02:00
chrome 7796e94154 Add 'subfiles/chromium_tor.md' 2020-07-01 16:27:52 +02:00
chrome 6e65d40137 Delete 'subfiles/chromium_tor.md' 2020-07-01 16:27:38 +02:00
chrome cff9cf46e5 Add 'subfiles/chromium_tor.md' 2020-07-01 16:26:36 +02:00
Aaron Trott cef8dac682 README.md 2020-07-01 16:06:55 +02:00
Fu Jia 0aab3385a7 README.md 2020-07-01 16:05:02 +02:00
Chad Schaefer 5313c084aa README.md 2020-07-01 15:25:57 +02:00
Michael Truong e5d757e0ea README.md 2020-07-01 15:25:17 +02:00
Annelise Dutcher 5eee38a076 README.md 2020-07-01 15:08:27 +02:00
Noah Garrett Wallach eac5e71f5b README.md 2020-07-01 13:17:48 +02:00
5 changed files with 61 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Don't block us!
![](../image/sorry.jpg)
![](../image/wearetrulysorry.jpg)
See [instructions.md](../instructions.md) for file purpose and format specifications.

View File

@ -18,3 +18,4 @@
- See [instructions.md](../../instructions.md) for file purpose and format specifications.
- [Tor Hostility Rate](../../not_cloudflare/domains/README.md)

View File

@ -10,3 +10,24 @@
- Cloudflare data (code "Z3") is [/cloudflare_users/domains](../../cloudflare_users/domains)
- See [instructions.md](../../instructions.md) for file purpose and format specifications.
---
# Tor Hostility Rate
- A combined result of _Anti-Tor users_ and _CDN users_.
- We cannot provide Z1, Z3, and Z5 result due to memory limits.
[//]: # (start; table / do not edit me; If necessary please create an issue first)
| CDN Code | Name | % of base domains blocked |
| -------- | -------- | -------- |
| Z2 | Akamai | 35.103 % |
| Z4 | Imperva | 3.798 % |
| Z6 | Microsoft | 2.463 % |
| Z7 | INAP | 1.004 % |
| Z8 | Sucuri | 3.793 % |
| Z9 | Fastly | 3.497 % |
[//]: # (end; table)

37
subfiles/chromium_tor.md Normal file
View File

@ -0,0 +1,37 @@
# How to use Chromium with Tor
0. Install Tor.
1. Download "`set-pac-from-file.zip`" from [Issue 839566: Remove support for PAC file to be loaded from files](https://bugs.chromium.org/p/chromium/issues/detail?id=839566#c40)
2. Open your Chromium directory and create a folder named "`pac-loader`" (_anything_)
3. Extract the zip to "`pac-loader`"
4. Open "`my_pac_script.js`" file
5. Change it like this.
```
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`
7. Enable "`Developer mode`"
8. Click "`Load unpacked`"
9. Select your "`pac-loader`" directory
10. Click "`Details`" of "`Set PAC from file`"
11. Enable "`Allow in incognito`"
12. Close and reopen your browser

View File

@ -293,6 +293,7 @@ There is no 100% secure nor 100% private on the internet and technology.
- Don't want to use "Tor"? You can use _any browser_ with [Tor daemon](https://packages.debian.org/search?searchon=names&keywords=tor).
- Note that the Tor project [don't like this](https://support.torproject.org/tbb/tbb-9/). Use `Tor Browser` if you are able to do so.
- [How to use Chromium with Tor](subfiles/chromium_tor.md)
- It may be possible to use "Tor Browser" without Tor: