MPJ-K / userScripts

This repository stores userScripts I have worked on for the Tampermonkey browser extension.
GNU General Public License v3.0
0 stars 0 forks source link

YouTube Playback Tweaks: Synchronize the scrollable volume button with YouTube's volume controls. #30

Closed MPJ-K closed 7 months ago

MPJ-K commented 9 months ago

This could be achieved using a MutationObserver, or perhaps using some kind of event handler.

MPJ-K commented 7 months ago

While working on this issue, I discovered and fixed a previously unknown bug that prevented the script from running on pages with a playlist loaded when automaticallyDisableAutonav was enabled.

As for the issue itself, I have commented out a few lines for testing that will be removed in a final commit if everything works as intended.