This guide assumes you have the following prerequisites installed:
- macOS Sequoia or newer, and
- AdGuard for Safari.
- In Safari, log into Discord.
- In the File menu, choose Add to Dock… and follow the steps.
- Open the Discord web app you saved to the Dock.
- Under the app's main menu, choose Settings…
- In the General tab, change the Application URL to
https://discord.com/app
. - Under the Extensions tab, turn on AdGuard Custom.
- Open AdGuard for Safari and navigate to the Filters tab.
- Open User rules. Copy the rules you want from the below list into the User rules list and hit Save.
- Reload the Discord app. (It may take a moment to take effect, just keep trying.)
Hides the sidebar links for, in this order:
- Nitro
- Shop
discord.com##li[role="listitem"]:has(a[href="/store"])
discord.com##li[role="listitem"]:has(a[href="/shop"])
Hides the buttons on the right side of the "Send message" field for, in this order:
- Gift Nitro
- GIF picker
- Sticker picker
- Emoji picker
- Apps & Commands
discord.com##button[aria-label="Send a gift"]
discord.com##div:has(> button[aria-label="Open GIF picker"])
discord.com##div:has(> button[aria-label="Open sticker picker"])
discord.com##div:has(> button[aria-label="Select emoji"])
discord.com##div:has(> div.app-launcher-entrypoint)