Hide Reddit livestreams

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

< Σχολιασμός για τον κώδικα Hide Reddit livestreams

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 14/03/2021

Doesn't hide the container.

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

TurturΔημιουργός
§
Δημοσιεύτηκε: 17/03/2021

Good suggestion, updated the script.

§
Δημοσιεύτηκε: 29/03/2021

Updated rating to Good

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.