Remove unnecessary Tabs from Profiles. It simply gets rid of the "Highlights" and "Articles" tab.
Remove Highlights and Articles for Twitter/X by mrrobboss
Details
Authormrrobboss
LicenseMIT
Categoryx.com, twitter.com
Created
Updated
Size403 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Remove Highlights and Articles for Twitter/X
@namespace Twitter.Tab.Remover
@version 1.0.0
@description Remove unnecessary Tabs from Profiles
@author im_robbybobby
==/UserStyle== */
@-moz-document domain("x.com"),
domain("twitter.com") {
.r-cpa5s6:has([href*="/articles"]),
.r-cpa5s6:has([href*="/highlights"]) {
display: none !important;
}
}