Skip to content

Automatic login to CUHK services including ResNet, wifi, library, mycuhk, ERGWAVE,etc. (unofficial)

Notifications You must be signed in to change notification settings

lukewang1990/LazyCUHK

 
 

Repository files navigation

#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

  1. Download the source code from GitHub Tags page [^1]
  2. Unzip the the source code
  3. Go to "chrome://extensions" (type it in the address bar)
  4. Check Developer mode
  5. Click Load unpacked extension…
  6. 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 firstTimeSetUp

##Bug Report or Suggestion

##Contribution So you hate the cumbrous login processes. Great! Several kinds of contributions are welcomed.

##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. **

  1. Fork the project

  2. Clone your fork

     git clone https://github.com/<yourName>/LazyCUHK.git
    
  3. Configure remote

     git remote add upstream https://github.com/TangRufus/LazyCUHK.git
     git branch develop upstream/develop
    
  4. Create a descriptively named branch, branch off from the develop branch, to contain your change

     git checkout -b my_awesome_feature develop
    
  5. Hack away

  6. Stay updated

     git fetch upstream
     git checkout develop
     git merge upstream/develop
     git push origin develop
    
  7. Rebase

     git checkout my_awesome_feature
     git git merge develop
    

    If necessary, rebase your commits into logical chunks, without bugs

  8. Push the branch up to your own copy of fork

     git push origin my_awesome_feature
    
  9. Create an Pull Request with a description and link to your my_awesome_featurebranch

  10. You have done so much. Leave the hard work to me. Enjoy being lazy.

##Finally... Thanks!

About

Automatic login to CUHK services including ResNet, wifi, library, mycuhk, ERGWAVE,etc. (unofficial)

Resources

Stars

Watchers

Forks

Packages

No packages published