-
-
Save TheSunCat/58fedaa19d6154ef3e4b2b676c286906 to your computer and use it in GitHub Desktop.
| /** | |
| * @name Adblock for Discord | |
| * @author TheSunCat and contributors | |
| * @version 1.0.0 | |
| * @description We have moved to Codeberg! Follow the link below: | |
| * @source https://codeberg.org/AllPurposeMat/Disblock-Origin | |
| */ | |
| #app-mount::before { | |
| content: "The Disblock Origin theme has moved to Codeberg! Please check https://codeberg.org/AllPurposeMat/Disblock-Origin"; | |
| font-size: 1.25rem; | |
| background-color: #dc8a78; | |
| padding: 1rem; | |
| } |
Hi! I moved the project to Codeberg. There's a merge request open to perhaps hide this, you are welcome to join the discussion: https://codeberg.org/AllPurposeMat/Disblock-Origin/pulls/4
Hi! I moved the project to Codeberg. There's a merge request open to perhaps hide this, you are welcome to join the discussion: https://codeberg.org/AllPurposeMat/Disblock-Origin/pulls/4
Ok, thank you and will do!
If you want to get rid of the quests tab by friends they added in the update you can add this css to the end of the code:
/* [Home][Sidebar] Hide Quests tab /
a[data-list-item-id$="___quests"],
a[href="/quests"],
div[class*="questsButton_"],
div[class*="questsContainer_"],
div[aria-label="Quests"] {
display: none !important;
}
@TimWolf123 The project moved to Codeberg. Can you check if your improvements aren't already added there and if not create an issue or ticket?

How do I remove this? (marked in red)
