Skip to content

Instantly share code, notes, and snippets.

@hexium310
Last active October 27, 2023 08:12
Show Gist options
  • Save hexium310/afadeb0fae2dc6a4666bb1dc0c6c5f9d to your computer and use it in GitHub Desktop.
Save hexium310/afadeb0fae2dc6a4666bb1dc0c6c5f9d to your computer and use it in GitHub Desktop.
A style for disabling unfollow button at the user's bio and the more dropdown in Twitter
[data-testid$="unfollow"], [data-testid="Dropdown"]:has(> a[href$="/quotes"]) > :has(+ a[href="/i/lists/add_member"]) {
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment