This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name YouTube Audio Compressor/Limiter | |
// @description A somewhat passable solution to YouTubers who don't know how to look at a dB meter while editing their videos... (Makes very loud sections not as deafening!) | |
// @author Tim (@ineedfocus) | |
// @include https://www.youtube.com/* | |
// @include http://www.youtube.com/* | |
// ==/UserScript== | |
//Apply compression to YouTube video | |
function fixAudio(element) { |