This project contains three-fold functionalities.
-
A Google Chrome extension for smoothly surfing on many websites blocking visitors outside mainland China.
You can find this extension on Chrome Web Store at http://bit.ly/unblock-youku
-
A local proxy server based on the non-blockcing Node.js for bypassing the mainland restriction for other browsers such as Firefox and Safari (but not guaranteed).
-
Run the proxy script locally:
node server.js
-
Set (only) the HTTP proxy of your browser to
127.0.0.1:8080
For more instructions, please see these examples.
-
-
A backend server to support the redirection mode of the Chrome extension.
Using/installing this software, you agree that it is only for study purposes and its authors take no responsibilities for any consequences.
The source code for the Chrome extension and shared libs is released under MIT license (Bootstrap and jQuery used in the extension popup page are under their own licenses)
The source code for the server part is released under AGPL v3 or (at your option) any later version.