thebaer / MMRA

Make Medium Readable Again — a browser extension
https://makemediumreadable.com
MIT License
667 stars 31 forks source link

Idea: Hide member-only content #30

Open thebaer opened 6 years ago

thebaer commented 6 years ago

From the Chrome store:

Is there any way you can add an option to hide the member only posts? It feels like my feed is about 90% member only posts these days and it is difficult to get to ones I can actually read.

It looks like this is possible by finding any article and .u-borderBox elements that contain a .svgIcon--star element, and hiding that parent element. But it looks like my feed is also 98% member-only posts, so completely hiding these would make for a very empty website. Maybe instead we should make these articles less prominent, and add something like opacity: 0.3 to the parent element.

mikeddol commented 6 years ago

There's this which could be integrated into MMRA?