Antigray, a.k.a I don't f*****g care who dies, is to remove grayscale filter for the most websites in China (when somebody dies.)
Antigray by zhmou
Details
Authorzhmou
LicenseNo License
Category*
Created
Updated
Size3.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@name Antigray
@version 0.0.1
@namespace Zhmou
@-moz-document regexp("(((ht|f)tps?):\\/\\/)?([^!@#$%^&*?.\\s-]([^!@#$%^&*?.\\s]{0,63}[^!@#$%^&*?.\\s])?\\.)+[a-z]{2,6}\\/") {
html,
body {
filter: grayscale(0%)!important;
-webkit-filter: grayscale(0%)!important;
-moz-filter: grayscale(0%)!important;
-ms-filter: grayscale(0%)!important;
-o-filter: grayscale(0%)!important;
}
}
@-moz-document url-prefix("https://www.baidu.com") {
body.big-event-gray #aging-tools-pc div[class^=item-wrap],
body.big-event-gray #bottom_layer,
body.big-event-gray #bottom_layer .tip-hover-panel,
body.big-event-gray #form,
body.big-event-gray #passport-login-pop,
body.big-event-gray #s-hotsearch-wrapper,
body.big-event-gray #s_content_1,
body.big-event-gray #s_content_100,
body.big-event-gray #s_menu_gurd,
body.big-event-gray #s_side_wrapper,
body.big-event-gray #u1,
body.big-event-gray .advert-shrink,
body.big-event-gray .bdlayer,
body.big-event-gray .popup-advert,
body.big-event-gray .s-ctner-menus .s-menu-item-underline,
body.big-event-gray .s-menu-container,
body.big-event-gray .s-news-rank-wrapper,
body.big-event-gray .s-top-left-new.s-isindex-wrap,
body.big-event-gray .under-searchbox-tips,
body.big-event-gray > div[class^=cards_pop],
body.big-event-gray .water-container {
-webkit-filter: grayscale(0%)!important;
-moz-filter: grayscale(0%)!important;
-ms-filter: grayscale(0%)!important;
-o-filter: grayscale(0%)!important;
filter: grayscale(0%)!important;
}
body.big-event-gray #head_wrapper .sam_search .s_btn,
body.big-event-gray #su,
body.big-event-gray .wrapper_new .s_btn_wr .s_btn {
background-color: rgb(78, 110, 242)!important;
}
body.big-event-gray .c-icon.title-content-top-icon,
body.big-event-gray .title-content-index.c-index-single.c-index-single-hot1,
body.big-event-gray .title-content-index.c-index-single.c-index-single-hot2,
body.big-event-gray .title-content-index.c-index-single.c-index-single-hot3 {
color: rgb(250, 169, 14)
}
body.big-event-gray #head_wrapper .sam_search #kw {
border-color: rgb(196, 199, 206)
}
body.big-event-gray #s_content_2 .water-container {
width: 670px
}
body.big-event-gray .hot-news-wrapper .s-news-rank-content .title-content:hover,
body.big-event-gray .s-hotsearch-wrapper .s-hotsearch-content .title-content:hover {
text-decoration: underline;
color: #315efb
}
body.big-event-gray .hot-news-wrapper .s-rank-title .hot-refresh:hover,
body.big-event-gray .hot-news-wrapper .s-rank-title .hot-refresh:hover .hot-refresh-text,
body.big-event-gray .hot-news-wrapper .s-rank-title .hot-refresh:hover .refresh-icon,
body.big-event-gray .hot-news-wrapper .s-rank-title .title-text:hover,
body.big-event-gray .s-hotsearch-wrapper .s-hotsearch-title .hot-refresh:hover,
body.big-event-gray .s-hotsearch-wrapper .s-hotsearch-title .hot-refresh:hover .c-icon,
body.big-event-gray .s-hotsearch-wrapper .s-hotsearch-title .hot-refresh:hover .hot-refresh-text,
body.big-event-gray .s-hotsearch-wrapper .s-hotsearch-title .title-text:hover {
text-decoration: none;
color: #315efb
}
}