A script to process visually and auditory scrambled YouTube videos into a human understandable format, but slightly more optimized. Now also decoding hover previews and embedded videos. Includes an aggressive audio compressor to limit loud noises.
If I understand correctly you want to removed just the buttons but keep the script? If so, this script does not support that officially and you would have to edit the code yourself. Alternatively, if you tell me more about what and why you want this, and if it aligns with the general script philosophy I would be happy to implement that.
All buttons are created by the tryCreateControlButtons function so if you return early it should stop the buttons from appearing. If that is what you want.
function tryCreateControlButtons() { return; // <-- New line here //... rest of code is the same. }
how to remove it?