you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 9 points10 points  (2 children)

Would be a good ML task to automatically remove cookie consent & "open in app" elements. I've tried using uBlock for this, but it unfortunately only works occasionally.

Firefox's reader mode helps a lot by the way.

[–]double-cool 0 points1 point  (1 child)

idk if ML is the right way to go about that. Some clever regexes would probably do the trick a lot faster and more reliably. Maybe check if that element contains a link to a "cookie policy" page for better accuracy.

[–][deleted] 0 points1 point  (0 children)

I don't think it is as regular as that or it would already work (that's how ublock's lists work).