您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds a button to toggle online friends
// ==UserScript== // @name KAT - Hide Online Friends // @namespace Hide Online Friends // @version 1.04 // @description Adds a button to toggle online friends // @include /https?:\/\/kat.cr\/user\/[^\/]+\// // ==/UserScript== $("h2[class!='red center'] small").filter(":first").parent().append('<a onclick="$(\'.botmarg10px > .badge\').filter(\':first\').parent().toggle();return false;" title="Toggle Online Friends" class="smallButton siteButton" style="margin-left:10px;"><span>Toggle Online Friends</span></a>');