Skip to content

Instantly share code, notes, and snippets.

@piroor
Last active November 20, 2022 06:22
Show Gist options
  • Save piroor/4888f4ff8786f0e393363b01c0bae5c0 to your computer and use it in GitHub Desktop.
Save piroor/4888f4ff8786f0e393363b01c0bae5c0 to your computer and use it in GitHub Desktop.
userContent.css for Inoreader to shrink news feeds tagged as "ニュース"
@-moz-document url-prefix("https://www.inoreader.com/"),
url-prefix("https://jp.inoreader.com/") {
/* ニュース */
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent),
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) * {
font-size: small !important;
padding: 0.2em !important;
}
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) img {
max-width: 50% !important;
max-height: 10em !important;
}
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .article_footer_placeholder_middle,
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .article_footer_placeholder,
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .article_annotations_markers,
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .article_tags,
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .article_create_annotation_link,
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .article_social_bar,
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .article_comment_bar,
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .clearfix,
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) table {
display: none !important;
}
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .pin_container {
clear: none !important;
float: right !important;
width: 25% !important;
}
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .article_block_image,
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .p_no_top img {
float: right !important;
width: 25% !important;
}
div[data-tags*="\\u30cb\\u30e5\\u30fc\\u30b9"]:not(#__no_existent) .article_sub_title {
float: left !important;
width: 70% !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment