和驴驴说再见。为过滤低劣的反串黑,屏蔽全体名称相同者。
< 腳本No 驴的回應
下载大佬做的脚本我chrome上还是能显示驴驴,我改了一下,现在可以用了(function() { 'use strict'; $(".commentlist li").each(function () { var author = $(this).find(".author strong").first(); if (author.text().indexOf("我是一只驴驴")>=0) { $(this).css('display','none'); } });})();
登入以回覆
下载大佬做的脚本我chrome上还是能显示驴驴,我改了一下,现在可以用了
(function() {
'use strict';
$(".commentlist li").each(function () {
var author = $(this).find(".author strong").first();
if (author.text().indexOf("我是一只驴驴")>=0) {
$(this).css('display','none');
}
});
})();