jfroelich / rss-reader

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

Consider skipping whitespace nodes in legible-text-filter #781

Closed jfroelich closed 5 years ago

jfroelich commented 5 years ago
// TODO: consider skipping whitespace nodes, if the cost of calculating whether
// a node is whitespace is less than the cost of processing the node like any
// other node. Also, if the author is doing something funky with custom font
// sizes for whitespace only text, it would probably be better to leave that
// text untouched.
jfroelich commented 5 years ago

This filter was moved back to hidden experimental (and therefore is currently deprecated).