jfroelich / rss-reader

A simple Chrome extension for viewing RSS feeds
Other
10 stars 0 forks source link

Split content filters into two steps: (1) annotate (2) prune #780

Open jfroelich opened 5 years ago

jfroelich commented 5 years ago

Instead of doing immediate removal during iteration, switch to annotation. This should lead to simpler debugging and testing with only a slight drop in performance.

jfroelich commented 5 years ago

But you cannot annotate HTML comments... so some filters would annotate and others would not. Which I guess is saying that some filters only have a prune step?