Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uku/Unblock-Youku
A Chrome extension helping users access their web services while traveling outside mainland China
https://github.com/uku/Unblock-Youku
chrome-extension
Last synced: 11 days ago
JSON representation
A Chrome extension helping users access their web services while traveling outside mainland China
- Host: GitHub
- URL: https://github.com/uku/Unblock-Youku
- Owner: uku
- License: agpl-3.0
- Created: 2012-03-17T17:20:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T10:33:18.000Z (7 months ago)
- Last Synced: 2024-10-29T15:37:19.753Z (14 days ago)
- Topics: chrome-extension
- Language: JavaScript
- Homepage: https://uku.im
- Size: 2.08 MB
- Stars: 3,182
- Watchers: 334
- Forks: 651
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Unblock Youku
A Chrome extension helping users access their web services while traveling outside mainland China. You can find this extension on Chrome Web Store at [http://uku.im/chrome](http://uku.im/chrome).
## Disclaimer
Installing/using the software/service, you agree that the software/service is only for study purposes and its authors and/or service providers take no responsibilities for any consequences.
## License
The source code is released under [AGPL v3](http://www.gnu.org/licenses/agpl-3.0.html) or (at your option) any later version.
## Credits
Please visit [this page](http://uku.im/contributors) for an up-to-date list of our contributors.
## Development
Update URLs and server configs under the folder `configs/`.
Run `npm ci` to install dependencies exactly as they are listed in the package-lock.json file.
Run `npm run lint` to check the coding style of all source code.
Run `npm run test` to create a zip file for uploading to Chrome Web Store and run tests against it.
Change `headerless` in `jest-puppeteer.config.js` to `false` to see the browser UI while the tests are running.