No 驴

和驴驴说再见。为过滤低劣的反串黑,屏蔽全体名称相同者。

< 腳本No 驴的回應

評論:正評 - 腳本一切正常

§
發表於:2018-03-07

下载大佬做的脚本我chrome上还是能显示驴驴,我改了一下,现在可以用了

(function() {
'use strict';
$(".commentlist li").each(function () {
var author = $(this).find(".author strong").first();
if (author.text().indexOf("我是一只驴驴")>=0) {
$(this).css('display','none');
}
});
})();

發表回覆

登入以回覆