This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update plugins: Anammox, betterPinDMs, FastMenu
- Loading branch information
1 parent
4187437
commit 8fd1193
Showing
10 changed files
with
265 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Anammox | ||
|
||
Removes Nitro-exclusive stuff from various places: | ||
- The shops above private chats | ||
- The gift button in the chat box | ||
- The "billing" section in settings | ||
|
||
While this can be done with css, a plugin is able to do it much more thorougly — for example, the shops are still accessible via keyboard navigation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# FastMenu | ||
|
||
Several patches to speed up the loading of the main settings menu: | ||
|
||
- Remove the fade-zoom animation when opening it. | ||
- Remove another animation for fading in the menu contents (why do they have two). | ||
- Eagerly load the menu contents; without this the first time has an extra delay. | ||
- Remove the fade-zoom animation when opening it. | ||
- Remove another animation for fading in the menu contents (why do they have two). | ||
- Eagerly load the menu contents; without this the first time has an extra delay. | ||
|
||
### A note on themes | ||
|
||
If you use a theme like _Modal settings window_, this plugin interferes with | ||
If you use a theme like *Modal settings window*, this plugin interferes with | ||
that since it uses `visibility` instead of `opacity` to hide background layers. | ||
I'm undecided on whether to switch to `opacity` for compatibility or stick with | ||
`visibility` because that's the correct way to do it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.