// ==UserScript== // @name Akso // @namespace Akso // @description 我们的测试小助手 // @license MIT // @version 0.02 // @author 李海林 // @match http://10.11.204.*/* // @match http://10.24.3.*/* // @match https://*.aksoegmp.com/* // @icon https://ycosd-config.aksoegmp.com/favicon.ico // @grant none // // @run-at document-end // @downloadURL none // ==/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) })();