Hide Reddit livestreams

An attempt to hide "Top livestream" from Reddit main page.

< Feedback on Hide Reddit livestreams

Review: Good - script works

§
Posted: 2021-03-14

Doesn't hide the container.

Update suggestion:
Change
jNode.css("display", "none");
to
jNode.closest("div:not([class])").hide();

TurturAuthor
§
Posted: 2021-03-17

Good suggestion, updated the script.

§
Posted: 2021-03-29

Updated rating to Good

Post reply

Sign in to post a reply.