Greasy Fork

Greasy Fork is available in English.

华南师大快速登陆

当你未登录时,帮你自动进入统一认证登陆页面,免去点击各种登陆按钮。

< 脚本华南师大快速登陆的反馈

评价:好评 - 脚本运行良好

§
发表于:2022-09-16
编辑于:2022-09-16

还可额外添加 sso.scnu.edu.cn 下的登陆确认按钮自动点击

在末尾添加这段,在 @match 添加域名

  case 'sso.scnu.edu.cn':
    {
      if (location.pathname === '/AccountService/openapi/auth.html') {
        const confirmButton = document.getElementsByClassName('btn btn-danger')[1];
        if (confirmButton) {
          confirmButton.click();
        }
      }
    }
    break;

发表回复

登录以发表回复