-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Bug (confirmed) 🐞issues that are reproducibleissues that are reproducible
Milestone
Description
Describe the bug
I have a CSS selector in the config field to remove a certain element from an article and it's not being removed.
To Reproduce
- Using this feed:
https://www.queer.de/rss/newsticker2.0.komplett.xml - Add the article CSS selectors:
.artikel>p, .artikel>blockquote, .artikel>.bildkasten - Add the CSS selectors to remove elements:
p[data-sanitized-class="leistenbanner"]or.artikel>p[data-sanitized-class="leistenbanner"]or.artikel>.leistenbanneror.leistenbanner(none of them work) - See the element still being fetched in the article
Expected behavior
The element should not appear in the fetched article
FreshRSS version
1.25.0-dev
Environment information
Installation type: Docker
Additional context
Screenshot of website with uBlock Origin disabled to see the element I want to remove

Screenshot of the article in my FreshRSS feed to see that the element is still in the article

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug (confirmed) 🐞issues that are reproducibleissues that are reproducible