Compare commits

..

No commits in common. "b13dbdf4c17be9b4fcbbef107ceea0375dba29ab" and "2d296bb791a66d50bf2bd5d5212820ae089000e4" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
a[href="https://support.discord.com"],
[class^="toolbar-"] > div:not([class]) > [class^="iconWrapper-"][aria-expanded] {
a[href="https://support.discord.com"]
{
display: none;
}

View file

@ -6199,8 +6199,7 @@ div[class^="sidebar-"]:not(:has(> [class^="side-"])):not(:hover) [class^="devBan
@var select xmc_help_button 'Disable Help Button' {
'Off': "",
'On*': `a[href="https://support.discord.com"],
[class^="toolbar-"] > div:not([class]) > [class^="iconWrapper-"][aria-expanded] {
'On*': `a[href="https://support.discord.com"] {
display: none;
}`
}