wuming1679a

函数

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/495585/1379935/wuming1679a.js

function ShowUserHome(){
	document.querySelector("#app > div.main-container > main > div > div.full-container > section.main > div > div.introduction.marked").style.removeProperty('display');
	document.querySelector("#app > div.main-container > main > div > div.full-container > section.main > div > div:nth-child(2)").remove();
}