#1 - 2013-4-30 02:03
林卯 (✨️VIP 8✨️)
v0.9.3
定位到user-blocker.crx/content.js
    // 最后是那个该死的标签!
    if ( path.match(//subject/d+$/) ) {
   
        $('.subject_tag_section > .inner > a.l').filter(function() { return $(this).text() == '已全弃'; }).remove();
        $('.subject_tag_section > .inner > small.grey + small.grey').remove();

    }

    // Whew, it feels good.

这段注释之间删除或改为空即可。改成别的也行。
(bgm04)html界面可以美化下,至少风格得仿佛。