Skip to content

Commit

Permalink
enable scrolling yt settings popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Feb 16, 2025
1 parent edf57c9 commit c87b457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unpacked/pageAccess.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,9 @@ class YoutubeVolumeScroll {
!ytvs.isRightMouseDown
)
return;
// settings menu should be scrollable
if (event.target.matches('.ytp-settings-menu *'))
return;
const multiplier =
event.shiftKey &&
ytvs.activationModifier !== ytvs.activationModifiers.shift
Expand Down

0 comments on commit c87b457

Please sign in to comment.