Last active
October 4, 2024 07:54
-
-
Save HonbraDev/49f1e364fab1715585cc4e4c76a679ca to your computer and use it in GitHub Desktop.
Cinny bootleg cat ears
This file contains hidden or 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
/* ==UserStyle== | |
@name Cinny bootleg cat ears | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description Discord cat ears crack 2024 no survey real‽ | |
@author Honbra | |
@license Unlicense | |
@homepageURL https://gist.github.com/HonbraDev/49f1e364fab1715585cc4e4c76a679ca | |
@supportURL https://gist.github.com/HonbraDev/49f1e364fab1715585cc4e4c76a679ca | |
@updateURL https://gist.github.com/HonbraDev/49f1e364fab1715585cc4e4c76a679ca/raw/cinny-bootleg-cat-ears.user.css | |
==/UserStyle== */ | |
@-moz-document domain("app.cinny.in"), | |
domain("dev.cinny.in") { | |
div[data-message-id] > div > div > span { | |
position: relative; | |
} | |
div[data-message-id] > div > div > span::after { | |
content: ""; | |
display: block; | |
position: absolute; | |
/* 1.2×; ratio yoinked from Discord */ | |
width: 43.2px; | |
height: 43.2px; | |
background-image: url("https://cdn.discordapp.com/avatar-decoration-presets/a_c3cffc19e9784f7d0b005eecdf1b566e.png?size=96&passthrough=false"); | |
background-size: contain; | |
top: calc(-3.6px + .25rem); | |
left: -3.6px; | |
pointer-events: none; | |
} | |
div[data-message-id]:hover > div > div > span::after, | |
div[data-message-id]:focus-within > div > div > span::after { | |
background-image: url("https://cdn.discordapp.com/avatar-decoration-presets/a_c3cffc19e9784f7d0b005eecdf1b566e.png?size=96&passthrough=true"); | |
} | |
div[data-message-id] > div > div > span > button[data-user-id] > img, | |
div[data-message-id] > div > div > span > button[data-user-id] > span { | |
border-radius: 9999px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment