Medium: hide the free-article meter
Removes the free-article meter bar and the partner-program and paid-plan prompts.
Code to copy
/* Hide the free-article meter and partner-program prompts */
[data-testid="meterBanner"],
[data-testid="meterBanner"],
div:has(> a[href*="/plans"]):not(article *),
div:has(> a[href*="/membership"]):not(article *) {
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.