Skip to content

Instantly share code, notes, and snippets.

@mcclure
Last active January 21, 2022 09:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcclure/ef264209d512836eefd26cdc752e2400 to your computer and use it in GitHub Desktop.
Save mcclure/ef264209d512836eefd26cdc752e2400 to your computer and use it in GitHub Desktop.
Download the "Stylus" browser extension and add this for all Twitter NFT users to be unambiguously flagged as such. Not written by me.
[style^='clip-path: url("#hex-hw-shapeclip-clipconfig");']
{
background-color: black;
}
[style^='clip-path: url("#hex-hw-shapeclip-clipconfig");']::before
{
background-color: black;
color: white;
content: "NFT USER lmao";
position: absolute;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment