Last active
January 21, 2022 09:34
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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