PAT自动刷新

try to take over the world!

// ==UserScript==
// @name         PAT自动刷新
// @version      0.1
// @description  try to take over the world!
// @author       lepeCoder
// @match        https://www.patest.cn/submissions/*
// @namespace https://gf.qytechs.cn/users/164817
// ==/UserScript==

(function() {
    'use strict';
    var s0 = document.getElementsByClassName("submitRes-0");
    var s1 = document.getElementsByClassName("submitRes-1");
		if(s0.length+s1.length>0){
            window.location.reload();
        }
    // Your code here...
})();

QingJ © 2025

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