wuming1679a

函数

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.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();
}