1
0
Fork 0
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:
SirStendec 2017-11-15 22:01:15 -05:00
parent 034f8f6849
commit 21b598b92d
4 changed files with 115 additions and 2 deletions

View file

@ -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'
};