Skip to content

Clean X Sidebar by fakesuu

Screenshot of Clean X Sidebar

Details

Authorfakesuu

Licensenone

Categoryx

Created

Updated

Size608 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes Grok, Premium, Highlights, Jobs, Verified orgs and Articles from the sidebar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Clean X Sidebar
@version      1.0
@namespace    https://userstyles.world/user/fakesuu
@description  Removes Grok, Premium, Jobs, Verified Orgs and Ads from the sidebar
@author       fakesuu
@license      none
==/UserStyle== */
@-moz-document url-prefix("https://x.com/") {
    a[href*='grok'] {
        display: none;
    }
    a[href*='premium_sign_up'] {
        display: none;
    }
    a[href*='jobs'] {
        display: none;
    }
    a[href*='gl-tw-tw-twitter-ads-rweb'] {
        display: none;
    }
    a[href*='verified-orgs-signup'] {
        display: none;
    }
}

Reviews

No reviews yet.