河北工业大学教务处 chrome兼容

在chorme上登陆河北工业大学教务处网站

  1. // ==UserScript==
  2. // @name 河北工业大学教务处 chrome兼容
  3. // @version 0.1.3
  4. // @description 在chorme上登陆河北工业大学教务处网站
  5. // @author You
  6. // @match http://115.24.160.162/*
  7. // @grant none
  8. // @namespace https://gf.qytechs.cn/users/87620
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. var w = top.topFrame.document.getElementsByTagName("a");
  14. for(var i = 0;i < 7;i++)
  15. w[i+1].cIndex = i;
  16. if (typeof top.bottomFrame.mainFrame.setFlag() == 'function')
  17. top.bottomFrame.mainFrame.setFlag()
  18. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址