Product Hunt: hide the daily-digest banner
Hides the top-of-page bar that pushes you to sign up for the daily launch digest.
Code to copy
/* Hide the daily-digest banner at the top of the page */
[data-test="digest-banner"],
[data-test="daily-digest"],
[data-test*="banner"],
div[class*="digestBanner"] {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.