Skip to content

Instantly share code, notes, and snippets.

@sinsinpub
Created April 18, 2025 07:18
Show Gist options
  • Select an option

  • Save sinsinpub/29c4ea0152e862b4cb5123a423ac9dec to your computer and use it in GitHub Desktop.

Select an option

Save sinsinpub/29c4ea0152e862b4cb5123a423ac9dec to your computer and use it in GitHub Desktop.
Better inoreader.com fonts and CSS preferences
@-moz-document domain("www.inoreader.com"), domain("inoreader.com") {
/*
body { font-family: sans-serif!important; }
.article_content { font-size:13px !important; }
.article_title_link { font-weight: bold !important; font-size:20px !important; }
*/
body { font-family: Tahoma, "Helvetica Neue", "Meiryo", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important; }
.article_content, .article_content h3 { font-family: Verdana, Geneva, Public Sans, Meiryo, "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important; }
.tabs-nav .nav-item a[data-tab=profile] .icon-gift,
.block_article_ad, .ad_title, #black_friday,
.avs_iframe, .sinner, #sinner_container, .sinner_under_footer,
.add_content_simulated_button {
display: none !important;
}
.reader_pane_sinner { padding-right: 0 !important; }
img[width='1'][height='1'] { display: none !important; }
img[src^='http://ad.'] { display: none !important; }
#all_read_message h3, #all_read_message p { visibility: hidden; }
/*
.article_expanded .article_footer_placeholder_middle.footerized.article_footer_placeholder_middle_sticky { position: inherit; }
*/
.heading-feeds .h2 { line-height: 1.5em !important; }
.article_footer a.share_wrapper, .article_full_contents div.article_psas { display: none; }
.article_summarize_button_wrapper, .article_full_contents div.article_summaries { display: none !important; }
.article_full_contents .article_footer_placeholder_middle.my-3 { margin: 0 !important; }
.article_current .inno_dialog_close_button { width: 32px; min-width: 32px; height: 32px; }
.active-tab-feeds #feeds_nav .parent_div_inner { border-radius: unset; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment