不看广告姬

屏蔽无头像用户发表的主题

目前为 2018-10-13 提交的版本。查看 最新版本

// ==UserScript==
// @name         不看广告姬
// @namespace    https://github.com/bangumi/scripts/liaune
// @description   屏蔽无头像用户发表的主题
// @version      1.2
// @author       Liaune
// @include     /^https?://(bgm\.tv|chii\.in|bangumi\.tv)\/.*
// ==/UserScript==

(function() {
    $('.avatarNeue').each(function (index,el){
        if(this.style.backgroundImage.match(/user\/s\/icon/))
            $(this.parentNode.parentNode).hide();
    })
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址