Giter VIP home page Giter VIP logo

ncu-auto-login-script's Introduction

NCU Auto Login Script

南昌大学校园网、深澜软件校园网自动登录脚本

如何使用?

你得先需要有一个脚本扩展,如 TampermonkeyViolentmonkey,请先在浏览器安装任意一个。

然后到 Greasy Fork 下载安装脚本,并在刚才安装的浏览器扩展的脚本编辑界面,按照代码的注释,配置好账号类型和账号密码,随后保存即可。

下次手动打开验证页面或者自动弹出验证页面时,脚本将自动为你秒登录。

账号类型说明

校园网类型因学校不同而有所差异,移动、电信、联通可能是相同的

  • 为空是教职工
  • @ncu 校园网
  • @cmcc 移动
  • @ndcard 电信
  • @unicom 联通

为什么写这个?

懒,同时又不想花太多时间,随便搞几行代码 ~

ncu-auto-login-script's People

Contributors

vikiboss avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

ncu-auto-login-script's Issues

登录时的虫子

老哥你的登录脚本在第50行后没有定义登录的账号类型。会导致提示找不到符合条件的产品。

49.userInput.value = config.username;
50.passInput.value = pwd;
后增加一行
domainSelect.value = config.type;
即可解决问题。没学过编程,观察到前面又定义type,但是后面没有进行选择,一葫芦画瓢添加一行,即可解决问题。
老哥的脚本好用,光速登录!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.