6 ms·
For anyone else needing to view via this link (eg: those who block cookies by default) the article implemented a gradient overlay that progressively fades to wh
by Springtime 4y ago
For anyone else needing to view via this link (eg: those who block cookies by default) the article implemented a gradient overlay that progressively fades to white, obscuring the latter half of the article. Can disable the linear-gradient via web inspection though.
- kevin_thibedeau 4y agoReader mode works well enough.
- rnd0 4y agoIn fact, reader mode works even better -thanks for the tip!
- kqr2 4y agoIs there a quick way to determine which element to modify?
- Springtime 4y agoScroll down to where the gradient has already overlapped the text, then right-click above the text and use inspect element and it should be the correct element (was for me). Then uncheck the background-image property to disable the gradient.