// ==UserScript== // @name fc改名 // @namespace https://bbs.tampermonkey.net.cn/ // @version 0.1.0 // @description try to take over the world! // @author You // @match https://www.seventeen-17.jp/mypage // ==/UserScript== var changen=function(){ console.log("1") var name=document.querySelectorAll('.mypage-top-user-name') console.log(name) name[0].innerText="ZOU TONGTONG(ぞう とんとん)"; } changen();