Instagram: hide Meta Verified upsell
Removes the links promoting the paid Meta Verified subscription from menus and account settings.
Code to copy
/* Hide Meta Verified upsell entries in menus and settings */
a[href*="meta_verified"],
a[href*="/accounts/meta_verified/"],
div[role="dialog"] a[href*="verified"] {
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.