runet-censorship-bypass/README.md

23 lines
1.5 KiB
Markdown
Raw Normal View History

2015-12-21 00:07:00 +03:00
# Russian Anti-Censorship on PAC-Scripts
2015-12-20 23:39:47 +03:00
2015-12-21 00:05:41 +03:00
This repo contains:
2016-01-03 23:52:46 +03:00
2016-01-03 23:52:29 +03:00
1. Chrome Extension to bypass censorship in Russia:
2015-12-21 00:10:40 +03:00
[WebStore](https://chrome.google.com/webstore/detail/npgcnondjocldhldegnakemclmfkngch)
2015-12-20 23:51:49 +03:00
| [Sources](https://github.com/ilyaigpetrov/anti-censorship-russia/tree/master/extensions/chromium/minimalistic-pac-setter)
2016-01-03 23:52:29 +03:00
2. Proof of concept PAC-script generator based on https://github.com/zapret-info/z-i
2016-01-03 23:53:53 +03:00
3. PAC-scripts performance analyses of scripts generated
2016-01-03 23:57:29 +03:00
4. Based on the research of step 3 [the final PAC-generator](https://script.google.com/d/1bJhqyXlYem9cyVQwo02EfpsWWg8Ns20FuT4jP7sL_AkS1K_SBgm-V6fH/edit?usp=sharing) was written as a Google App Script in JavaScript which is triggered every two hours to generate and publish [PAC-script on Google Drive](https://drive.google.com/open?id=0B-ZCVSvuNWf0akpCOURNS2VCTmc) ([direct link](https://drive.google.com/uc?export=download&id=0B-ZCVSvuNWf0akpCOURNS2VCTmc)).
2016-01-03 23:52:29 +03:00
2015-11-28 18:21:20 +03:00
2015-12-20 23:47:21 +03:00
## Why I do This
2015-11-28 18:21:20 +03:00
2015-12-20 23:57:22 +03:00
I believe __information mustn't be blocked based on political or other subjective views__.
2015-11-28 18:21:20 +03:00
2015-12-20 23:57:22 +03:00
My maxim is _"Your freedom ends when it starts to confine the freedom of others"_.
2015-11-28 18:21:20 +03:00
2015-12-21 00:08:24 +03:00
See [my other arguments against censorship (ru)](https://gist.github.com/ilyaigpetrov/9452b93ef3d7dd3d8cc2)
2015-12-21 00:14:15 +03:00
Looking at how Russian government [distorts TV](https://therussianreader.wordpress.com/2015/11/22/russian-truckers-strike-dagestan/) and blocks [critics of Putin](http://www.reuters.com/article/2014/03/13/us-russia-internet-idUSBREA2C21L20140313),
I decided to write an anti-censorship extension for Chromium before they strike me first.