UnsafeYT Decoder

Processes scrambled YouTube videos back into a human understandable format using a token. Optimized and fully working. Decodes hover previews and embedded videos. Includes an aggressive audio compressor to limit loud noises.

< Feedback on UnsafeYT Decoder

Question/comment

§
Posted: 20.11.2025

how to remove it?

§
Posted: 20.11.2025

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.

§
Posted: 20.11.2025
Edited: 20.11.2025

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.
}

Post reply

Sign in to post a reply.