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();
}