InoReader RSS阅读优化
InoReader RSS阅读优化 by bmqy
Details
Authorbmqy
LicenseNo License
Categoryinoreader.com
Created
Updated
Size722 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 InoReader RSS阅读优化
@namespace github.com/bmqy
@version 1.0.3
@description InoReader RSS阅读优化
@author bmqy
==/UserStyle== */
@-moz-document regexp("https?://www\.inoreader\.com/(all_articles|article|feed|monitored_keywords|rules|filters|highlighters|starred|library|teams).*") {
/* 优化列表展示 */
.article_title_wrapper {
margin-left: 15px;
}
.article_title_wrapper a[id^=burl_] {
display: block;
}
.article_title_wrapper span[id^=article_short_contents_] {
display: block;
margin-left: 0;
color: #999;
}
/* 屏蔽广告弹窗 */
.inno_dialog_modal_overlay {
display: none;
}
.inno_dialog_scroll_overlay {
display: none;
}
}