/** * @name ViewBoth@andStatus * @author krystalskullofficial, riddim_glitch * @description View both STATUS and USERNAME at the same time. * @version 6.0.0 * @authorId 929208515883569182 * @website https://krstlskll69.github.io/ * @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#7th-showbothandstatus--this-snippet-shows-both-your-discord-username-and-status-at-the-same-time */ /* This is a custom variable that someone can use to give themself a custom 'discriminator' ~~ https://discord.fandom.com/wiki/Discriminator :root{ --Discriminator-ShowBoth: "#--!!Enter 4 custom numbers here!!--" } */ [class*=avatarWrapper] [class*=nameTag] [class*=hovered]::before{ color: var(--text-muted); content: "@"; } [class*=avatarWrapper] [class*=nameTag] [class*=hovered]::after{ color: var(--text-muted); content: var(--Discriminator-ShowBoth); font-family: var(--font-code) !important; } ._37e49614b9f110a9-container ._0263c8321829b3e8-hovered, ._0263c8321829b3e8-hoverRoll._0263c8321829b3e8-forceHover:not(._0263c8321829b3e8-disabled) ._0263c8321829b3e8-default{ opacity: 1!important; transform: none; } [class*=hoverRoll] > [class*=default] { margin-top: 15px; }