An attempt to hide "Top livestream" from Reddit main page.
< 腳本Hide Reddit livestreams的回應
Doesn't hide the container.Update suggestion:ChangejNode.css("display", "none");tojNode.closest("div:not([class])").hide();
jNode.css("display", "none");
jNode.closest("div:not([class])").hide();
Good suggestion, updated the script.
Updated rating to Good
登入以回覆
Doesn't hide the container.
Update suggestion:
Change
jNode.css("display", "none");
to
jNode.closest("div:not([class])").hide();