去除Inoreader的广告信息
remove Inoreader AD by ghostzhang
Details
Authorghostzhang
LicenseNo License
CategoryInoreader
Created
Updated
Size504 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name remove Inoreader AD
@namespace USO Archive
@author Ghost Zhang
@description `去除Inoreader的广告信息`
@version 20170524.10.28
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("inoreader.com") {
.block_article_ad,
.ad_title,
.avs_iframe,
.sinner_inner,
.ad_footer_remove,
#sinner_container,
#all_gad_6125 {
display: none !important;
}
.reader_pane_sinner {
padding-right: 0 !important;
}
}