Don't waste time in treehole.

当进入树洞时,自动跳转到pku.edu.cn.

目前为 2022-08-31 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Don't waste time in treehole.
  3. // @namespace Dont-waste-time-in-treehole
  4. // @description 当进入树洞时,自动跳转到pku.edu.cn.
  5. // @version 1.0
  6. // @match *://pkuhelper.pku.edu.cn/
  7. //
  8. // @author Arthals
  9. // @license GPL-3.0 license
  10. // @date 08/08/2022
  11. // ==/UserScript==
  12. (function(){
  13. let website = location.href;
  14. if(/^https*:\/\/pkuhelper.pku.edu.cn\/hole\/$/.test(website)){
  15. console.log("yes")
  16. window.location = "http://www.pku.edu.cn"
  17. }
  18. })()

QingJ © 2025

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