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
登入以回復
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Doesn't hide the container.
Update suggestion:
Change
jNode.css("display", "none");
to
jNode.closest("div:not([class])").hide();