All Projects → ceynri → szu-network-connecter

ceynri / szu-network-connecter

Licence: MIT license
📡 针对深圳大学校园网有线连接与WIFI连接复杂的登录方式,给出一键快速登录解决方案的浏览器扩展插件

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to szu-network-connecter

favicon-detector
🌲 A simple way to detect website icons.
Stars: ✭ 24 (-17.24%)
Mutual labels:  firefox-addon, edge-extension
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+124.14%)
Mutual labels:  firefox-addon, edge-extension
sc ext
Sitecore Extensions is a browser extension which improves user experience inside Sitecore CMS
Stars: ✭ 27 (-6.9%)
Mutual labels:  firefox-addon, edge-extension
Github Hovercard
Neat hovercards for GitHub.
Stars: ✭ 1,655 (+5606.9%)
Mutual labels:  firefox-addon, edge-extension
YuiAPI
一个浏览器API测试客户端,API文档生成器,支持chrome/firefox/新版edge
Stars: ✭ 25 (-13.79%)
Mutual labels:  firefox-addon, edge-extension
Spotify Lyrics
🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
Stars: ✭ 162 (+458.62%)
Mutual labels:  firefox-addon, edge-extension
slack-channels-grouping
Chrome extension. Grouping slack channels.
Stars: ✭ 69 (+137.93%)
Mutual labels:  firefox-addon, edge-extension
Authenticator
Authenticator generates 2-Step Verification codes in your browser.
Stars: ✭ 979 (+3275.86%)
Mutual labels:  firefox-addon, edge-extension
url-incrementer
A web extension for Chrome, Edge, and Firefox. Increment a URL or go to the next page. Supports auto incrementing and advanced toolkit functions like scraping URLs.
Stars: ✭ 27 (-6.9%)
Mutual labels:  firefox-addon, edge-extension
security.txt
ℹ️ Cross-platform browser extension for discovering security.txt and humans.txt files.
Stars: ✭ 15 (-48.28%)
Mutual labels:  firefox-addon, edge-extension
Network Plus
DevTools for network recording, modification and resending.
Stars: ✭ 122 (+320.69%)
Mutual labels:  firefox-addon, edge-extension
pocketizer
Unofficial Pocket new tab extension for Chrome, Firefox, and Edge
Stars: ✭ 43 (+48.28%)
Mutual labels:  firefox-addon, edge-extension
Simplified Twitter
Remove distractions from the new Twitter layout. Extension for Chrome, Firefox, Safari, Edge & More
Stars: ✭ 111 (+282.76%)
Mutual labels:  firefox-addon, edge-extension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+8968.97%)
Mutual labels:  firefox-addon, edge-extension
Ccsearch Browser Extension
Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 92 (+217.24%)
Mutual labels:  firefox-addon, edge-extension
JSONViewer
Chrome Extension, Format several JSON documents in one window, depends to your screen width, up to 6.
Stars: ✭ 49 (+68.97%)
Mutual labels:  firefox-addon, edge-extension
Edgetranslate
A translation extension.
Stars: ✭ 972 (+3251.72%)
Mutual labels:  firefox-addon, edge-extension
Gitako
🐙 File tree extension for GitHub on Chrome & Firefox & Edge
Stars: ✭ 975 (+3262.07%)
Mutual labels:  firefox-addon, edge-extension
infy-scroll
A web extension for Chrome, Edge, and Firefox. Add customized infinite scrolling to websites and auto load the next page. Supports the AutoPagerize Database. (Beta)
Stars: ✭ 70 (+141.38%)
Mutual labels:  firefox-addon, edge-extension
ccsearch-browser-extension
[PROJECT TRANSFERRED] Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 115 (+296.55%)
Mutual labels:  firefox-addon, edge-extension
logo

深大校园网络一键登录认证 - 浏览器插件

针对深圳大学校园网有线连接与 WIFI 连接复杂的登录认证方式,给出一键快速登录认证解决方案的浏览器扩展插件。支持 Chrome/Firefox 浏览器。

作者(@ceynri)目前已经毕业,在无校内网的条件下,本项目不再主动提供维护。但在校园网络提供商未对服务进行更改的情况下,本插件仍然保持可用。

项目支持 Pull Requests,本插件出现问题时如有同学愿意提供维护并做好自测,我可以帮忙提交商店。

2021/12/31 校园网更新后宿舍区出现使用插件无法登录的情况,请更新插件至 1.4.x 以上(相关 issue #8,PR @chimaoshu #9


基本特性

  • 一键登录校园网络,无需安装糟糕的 Drcom 或打开难记的登录网页
  • 无需选择 WIFI 连接模式/有线连接模式
  • 自动记忆用户卡号信息,本地缓存,无需反复填写
  • 简洁的 UI 界面(和没什么必要的动效)

登录原理

  • 有线连接对应的登录网页网址为 http://172.30.255.42:801/(曾经为http://172.30.255.2/0.htm
  • WIFI 连接对应的登录网页网址为 https://drcom.szu.edu.cn/a70.htm
  • 网页的登录行为即发送带有卡号密码的 post 请求
  • 插件只需帮忙记忆用户的卡号与密码(使用 localStorage),模拟请求并处理返回结果即可

安装方式

Chrome / Edge 浏览器

方法一

通过 Chrome 商店进行安装

方法二

Releases 中下载 crx 文件,拖拽到扩展管理页面后会自动安装

Firefox 浏览器

Firefox Addons 商店不允许上架受限受众的插件,故无法直接上架,需以 xpi 文件的方式进行分发。

Releases 中下载 xpi 文件,拖拽到扩展管理页面或选择从文件安装选项即可


使用方式

  1. 点击“去填写”,输入你的卡号(不是学号)和密码并点击保存按钮

    launch screen.png

    input.jpg

  2. 保存成功后,点击登录即可

    login.jpg

    logined.jpg

  3. 如果出现报错或登录超时,请先检查个人信息、网络等设置是否有问题。如无法解决可以提 issue 并提供相关行为与环境信息

    error.jpg


许可协议

MIT


其他


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].