Medium: hide inline newsletter boxes
Hides the newsletter sign-up fields embedded in the article body that break the reading flow.
Code to copy
/* Hide inline newsletter sign-up boxes inside articles */
article div:has(> input[type="email"]),
article div:has(> form button[type="submit"]),
[data-testid="newsletterSignup"] {
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.