Skip to content

Twitter: hide Verified/Premium in sidebar by rybak

Screenshot of Twitter: hide Verified/Premium in sidebar

Details

Authorrybak

LicenseCC Zero

Categorytwitter.com

Created

Updated

Size591 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the item "X Verified" and "X Premium" in the sidebar

Notes

If you don't like recent renaming of Twitter, userscript Twitter: bring back old name and logo is great.

See also style Twitter: hide Grok in sidebar.

Changelog

  • v6 - support for new URL on the mobile version of the website
  • v5 - support for new URL https://twitter.com/i/premium_sign_up
  • v4 – better support for mobile version of the website
  • v3 – tweaked @name
  • v2 – fixed the style after the link was renamed from "Verified" to "Premium"
  • v1 – initial release

Source code

/* ==UserStyle==
@name        Twitter: hide Verified/Premium in sidebar
@namespace   github.com/rybak
@version     6
@description Hides the item "X Verified" and "X Premium" in the sidebar
@homepageURL https://github.com/rybak/
@license     CC Zero
@author      Andrei Rybak
==/UserStyle== */
@-moz-document domain("twitter.com") {
	[aria-label="Verified"],
	nav [href="/i/verified-choose"],
	nav [href="/i/premium_sign_up"],
	.css-175oi2r.r-1awozwy.r-18u37iz [href="/i/premium_sign_up"],
	.css-175oi2r.r-1awozwy.r-18u37iz [href="/i/verified-choose"] {
		display: none;
	}
}

Reviews

No reviews yet.