Greasy Fork

Greasy Fork is available in English.

Akso

我们的测试小助手

当前为 2024-05-15 提交的版本,查看 最新版本

// ==UserScript==
// @name         Akso
// @namespace    Akso
// @description  我们的测试小助手
// @license      MIT
// @version      0.01
// @author       李海林
// @match        http://10.11.204.209/*
// @match        http://10.11.204.170/*
// @match        http://10.11.204.209/*
// @match        http://10.11.204.170/*
// @match        http://10.11.204.209/*
// @match        http://10.11.204.170/*
// @match        https://ycosd-config.aksoegmp.com/*
// @icon         https://ycosd-config.aksoegmp.com/favicon.ico
// @grant        none
// 
// @run-at document-end
// ==/UserScript==

(function() {
    'use strict';
    // Your code here...
    setInterval(function(){document.title=document.querySelector("#root > header > div.header_QZ9Sk > div.user-info_Gu4hn > a:nth-child(4)").text},300)
})();