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

coolzhao/LazyCUHK

 
 

Repository files navigation

#LazyCUHK Automatic login to CUHK services including ResNet, WiFi, library, MyCUHK, ERGWAVE, Blackboard, etc. (unofficial)

##Anouncement You can get the source code of LazyCUHK via its GitHub Repo page or Chrome Web App Store.

##Installation

  1. Download the source code from its GitHub Releases 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/TangRufus/LazyCUHK.git

##Troubleshoot

How to open the 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: Branch off from the master branch to start your awesome work. Fetch and rebase the upstream/master 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
    
  4. Create a descriptively named branch, branch off from the master branch, to contain your change

     git checkout -b my_awesome_feature
    
  5. Hack away

  6. Stay updated

     git fetch upstream
     git merge upstream/master
     git push origin master
    
  7. Rebase

     git checkout my_awesome_feature
    

    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

Languages

  • JavaScript 54.3%
  • HTML 41.3%
  • CSS 4.4%