Greasy Fork is available in English.

wuming1679a

函数

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @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();
}