Hide Reddit livestreams

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

< 脚本 Hide Reddit livestreams 的反馈

评价:好评 - 脚本运行良好

§
发布于:2021-03-14

Doesn't hide the container.

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

Turtur作者
§
发布于:2021-03-17

Good suggestion, updated the script.

§
发布于:2021-03-29

Updated rating to Good

发布留言

登录以发布留言。