Add slurp and CSS for seiya-me

This commit is contained in:
Bill Thiede 2025-05-23 16:21:19 -07:00
parent b94596bf65
commit f904fa0001
2 changed files with 8 additions and 0 deletions

View File

@ -352,6 +352,9 @@ fn slurp_contents_selectors() -> HashMap<String, Vec<Selector>> {
"natwelch.com".to_string() => vec![ "natwelch.com".to_string() => vec![
Selector::parse("article div.prose").unwrap(), Selector::parse("article div.prose").unwrap(),
], ],
"seiya.me".to_string() => vec![
Selector::parse("header + div").unwrap(),
],
"rustacean-station.org".to_string() => vec![ "rustacean-station.org".to_string() => vec![
Selector::parse("article").unwrap(), Selector::parse("article").unwrap(),
], ],

View File

@ -76,6 +76,11 @@ html {
display: none !important; display: none !important;
} }
.news-post.site-seiya-me figure>pre,
.news-post.site-seiya-me figure>pre>code {
background-color: black !important;
}
.news-post.site-slashdot .story-byline { .news-post.site-slashdot .story-byline {
display: block !important; display: block !important;
height: initial !important; height: initial !important;