您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
校园网自动连接脚本
// ==UserScript== // @name 大连东软校园网自动连接1 // @description 校园网自动连接脚本 // @author BuKe, Class 19005, Department of Software Engineering, DNUI // @email [email protected] // @namespace http://tampermonkey.net/ // @version 0.0.2 // @require https://cdn.staticfile.org/jquery/3.4.1/jquery.min.js // @match https://aaa.neusoft.edu.cn/portal.html // @grant window.close // ==/UserScript== $(function() { document.querySelector('body > div:nth-child(1) > div > a.btn.btn-lg.btn-success.col-12.rounded-0.fs-1.mt-2.p-5').click(); })
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址