/* ==UserStyle==
@name           [Bilibili] 去他妈的评论区
@name:en        [Bilibili] Delete Fucking Comments!
@description    移除网页版哔哩哔哩的评论区
@description:en Remove comments from Bilibili website.
@author         CKylinMC
@namespace      ckylin-style-deletefuckingcomments
@version        1.0.1
@license        WTFPL
@downloadURL https://update.greasyfork.org/scripts/412467/%5BBilibili%5D%20%E5%8E%BB%E4%BB%96%E5%A6%88%E7%9A%84%E8%AF%84%E8%AE%BA%E5%8C%BA.user.css
@updateURL https://update.greasyfork.org/scripts/412467/%5BBilibili%5D%20%E5%8E%BB%E4%BB%96%E5%A6%88%E7%9A%84%E8%AF%84%E8%AE%BA%E5%8C%BA.meta.css
==/UserStyle== */
@-moz-document domain("bilibili.com") {
    #comment,
    .comment-m,
    .bb-comment,
    .forw-area
    {
        display:none!important;
    }

}