▲ | I fixed the "hide" link for posts on Reddit and now all I see is fresh content(i.imgur.com) | |
6 points by remmargorp64 12 hours ago | 2 comments | ||
▲ | remmargorp64 12 hours ago | parent | next [-] | |
I'm someone who likes to hide posts on Reddit after I see them. That way, I never have to worry about seeing the same stuff over and over when I load reddit later. With this technique, the ONLY thing I see are fresh posts. One problem: The "hide" link on posts is tiny, and appears in a different location under each post (depending on how many comments that post has, etc). After suffering with this annoyance for over 10 years, I finally fixed the issue by deploying a custom CSS snippet inside of Reddit Enhancement Suite. And here is the CSS code snippet, in case anyone wants to use it for their own RES config:
Where to put the CSS snippet:RES settings console → Appearance → Stylesheet Loader (stylesheet) → Load Stylesheets (loadStylesheets) Side note: I highly recommend combining this with the "Fix Hide Links" and "Hide Link Instant" feature toggles in Reddit Enhancement Suite. Clicking the "hide" link to a post should just instantly hide the post. | ||
▲ | remmargorp64 11 hours ago | parent | prev [-] | |
And here is a bonus CSS Snippet to plug into your RES config. You will never guess what it does: .promotedlink { display: none !important; } |