// ==UserScript== // @name Akso // @namespace Akso // @description 我们的测试小助手 // @license MIT // @version 0.04 // @author 李海林 // @match http://*/* // @match https://*/* // @icon https://ycosd-config.aksoegmp.com/favicon.ico // @grant none // @run-at document-end // @downloadURL none // ==/UserScript== (function() { 'use strict'; setInterval(function(){document.title=document.querySelector("#root > header > div.header_QZ9Sk > div.user-info_Gu4hn > a:nth-child(4)").text},300) })();