ランキングや検束結果に挟まってるスパムの削除
// ==UserScript== // @name nicoad_killer // @version 1 // @grant none // @include https://www.nicovideo.jp/* // ==/UserScript== (()=>{ let st = document.createElement("style"); document.head.appendChild(st); st.sheet.insertRule(` .RankingMainNicoad, .nicoadVideoItem{ display: none; } `); })();
本当にこのコピペを削除してよろしいですか? (この操作は取り消しできません)