🏠 

Greasy Fork is available in English.

Maximum Audio output for Youtube

It will make some of your youtube videos louder, the reason why this is possible is because sometimes you can slide to 100% music output, but youtube validates it in it's javascript to a lower music output then 100%, in this skript I make a new slider which makes your youtube videos always the maximux output when you make your videos on 100%


安装此脚本?

作者
Tripzz ѕкιηѕ/LPwSand
日安装量
1
总安装量
322
评分
1 0 0
版本
0.8.1
创建于
2021-05-28
更新于
2022-11-29
大小
10.9 KB
许可证
暂无
适用于

The below description is generated by ChatGPT, I am using it because it accurately describes my script. (crazy right, you can try this yourself)

This code is a user script for the web browser Mozilla Firefox and Chromium Browsers. User scripts are small programs that can be used to customize the behavior of a website. In this particular case, the user script is designed to make YouTube videos louder by modifying the volume control on the website.

The script works by first detecting the speaker symbol on YouTube and the button that controls the volume. It then creates a new element that shows the volume level numerically and inserts this element on the left side of the speaker symbol.

Next, the script creates a new range input element, which is used as a volume slider. This slider is designed to have the same appearance as the YouTube volume slider with a step size of 0.01.

The script then adds an event listener to the volumeSkriptSlider element, which listens for changes to the slider value. When the value of the slider changes, the script updates the volume level of the video accordingly, using the YouTube player Object. This allows the user to adjust the volume of the video to the maximum level possible.

Overall, this user script provides a simple way for users to make YouTube videos louder by modifying the volume control on the website.