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
# Disclaimer and license | |
# This code is provided without any warranty whatsoever, express or implied. I don't take responsibility for what you choose to do with it. | |
# Only use this code in accordance with United States and local law. It is provided for educational purposes only. | |
# Don't use the code unless you already own a legitimate product license for Sublime Text or Sublime Merge. | |
# By using or studying the code you agree to abide by these terms and conditions. | |
# Do not contact me if the script is broken because I am not offering support for it. | |
# You may freely redistribute this code as long as this license is also attached. | |
# this script should be run in the binaryninja console | |
def yeet(): |
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 | |
// @namespace https://vivelin.net/ | |
// @version 0.4 | |
// @description Adds an audio compressor option to YouTube videos. | |
// @author Vivelin | |
// @match https://*.youtube.com/* | |
// @updateURL https://gist.github.com/Vivelin/2321d17bf26016ceaed87d6d1a281881/raw/YouTube%2520audio%2520compressor.user.js | |
// @run-at document-idle | |
// @grant none |