Skip to content

Commit

Permalink
feat(declutter): option to remove app button
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Aug 21, 2024
1 parent 73e397f commit 8bed40b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions plugins/clean-home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ const components = [
rules: `
a[href="/shop"] { display: none; }
`
},
{
name: 'Apps button',
description: 'Removes the Apps button from the text area',
rules: `
div[class*="channelAppLauncher"] { display: none; }
`
}
]

Expand Down
4 changes: 2 additions & 2 deletions plugins/clean-home/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Clean Home",
"name": "Declutter",
"author": "SpikeHD",
"description": "Remove clutter from the main Discord screen."
"description": "Remove clutter from various parts of Discord."
}

0 comments on commit 8bed40b

Please sign in to comment.