Greasy Fork is available in English.

重庆市石柱县2023年行政执法人员考试云平台-题库

代刷vx:shuake345

// ==UserScript==
// @name         重庆市石柱县2023年行政执法人员考试云平台-题库
// @namespace    代刷vx:shuake345
// @version      0.1
// @description  代刷vx:shuake345
// @author       You
// @match        https://chongqingshi.zhifa315.com/home
// @icon         https://www.google.com/s2/favicons?sz=64&domain=zhifa315.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    function fisrt(){
        if(localStorage.getItem('key')!=='1'){
            alert('即将跳转题库,代刷任何网课+考试:微信shuake345')
           localStorage.setItem('key','1')
        window.open('https://docs.qq.com/sheet/DR25MVUR4R01JWEx3?tab=BB08J2','target','');
        }

    }
    setTimeout(fisrt,2450)


    // Your code here...
})();