mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-28 21:48:31 +00:00
Add settings to the player to control extension visibility and to adjust the volume by scrolling.
This commit is contained in:
parent
034f8f6849
commit
21b598b92d
4 changed files with 115 additions and 2 deletions
|
@ -17,6 +17,9 @@ const CLASSES = {
|
|||
'side-closed-friends': '.side-nav--collapsed .online-friends',
|
||||
'side-closed-rec-channels': '.side-nav--collapsed .recommended-channels',
|
||||
|
||||
'player-ext': '.player-extensions',
|
||||
'player-ext-hover': '.player[data-controls="false"] .player-extensions',
|
||||
|
||||
'pinned-cheer': '.pinned-cheer',
|
||||
'whispers': '.whispers'
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue