/* ==UserStyle==
@name           [yande.re] Show and highlight HIDDEN posts
@name:zh        [yande.re] 显示隐藏的图片并高亮
@namespace      yui
@version        1.0.0
@description    Uncensored pictures are the best 显示并高亮隐藏的图片
@author         yui
@downloadURL https://update.greasyfork.org/scripts/463796/%5Byandere%5D%20Show%20and%20highlight%20HIDDEN%20posts.user.css
@updateURL https://update.greasyfork.org/scripts/463796/%5Byandere%5D%20Show%20and%20highlight%20HIDDEN%20posts.meta.css
==/UserStyle== */

@-moz-document domain("yande.re") {
    .javascript-hide {
    display: block !important;
    background-color: antiquewhite
}
}