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

ckho/LazyCUHK

This branch is 81 commits behind tangrufus/LazyCUHKOnePass:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de0e5f8 · Feb 18, 2014
Sep 2, 2012
Jan 16, 2014
Sep 2, 2012
Feb 18, 2014
Jan 16, 2014
Sep 2, 2012
Sep 22, 2013
Dec 18, 2012
Jan 23, 2014
Jan 23, 2014
Feb 18, 2014
Jan 23, 2014
Jan 23, 2014

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 92.3%
  • CSS 7.7%