#LazyCUHK Automatic login to CUHK services including ResNet, WiFi, library, MyCUHK, ERGWAVE,etc. (unofficial)
##Anouncement LazyCUHK is no longer available in Chrom Web Store in respond to a request from CUHK ITSC. You can get it via its GitHub repo page.
##Installation
- Download the source code from GitHub Tags page [^1]
- Unzip the the source code
- Go to "chrome://extensions" (type it in the address bar)
- Check
Developer mode
- Click
Load unpacked extension…
- Select the unzipped folder
[^1] OR, clone it by
git clone https://github.com/<yourName>/LazyCUHK.git
##Troubleshoot
How to open option page?
Go to "chrome://extensions" (type it in the address bar)
Click "option" under LazyCUHK
##Bug Report or Suggestion
- Send an E-mail to room0214@gmail.com
- Make a new GitHub Issue
##Contribution So you hate the cumbrous login processes. Great! Several kinds of contributions are welcomed.
- Tweet LazyCUHK
- Like LazyCUHK via the button on options page
- Money donation via option page PayPal button
- Star the LazyCUHK Github repo
- Implement a new feature, see Workflow
##Workflow Here’s the most direct way to get your work merged into the project:
**Keep this in mind: The master
branch is for deployment only. Branch off from the develop
branch to start your awesome work. Fetch and rebase the upstream/develop
branch before pull request. **
-
Fork the project
-
Clone your fork
git clone https://github.com/<yourName>/LazyCUHK.git
-
Configure remote
git remote add upstream https://github.com/TangRufus/LazyCUHK.git git branch develop upstream/develop
-
Create a descriptively named branch, branch off from the develop branch, to contain your change
git checkout -b my_awesome_feature develop
-
Hack away
-
Stay updated
git fetch upstream git checkout develop git merge upstream/develop git push origin develop
-
Rebase
git checkout my_awesome_feature git git merge develop
If necessary, rebase your commits into logical chunks, without bugs
-
Push the branch up to your own copy of fork
git push origin my_awesome_feature
-
Create an Pull Request with a description and link to your
my_awesome_feature
branch -
You have done so much. Leave the hard work to me. Enjoy being lazy.
##Finally... Thanks!