UnsafeYT Decoder

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.

< 脚本 UnsafeYT Decoder 的反馈

提问 / 留言

§
发布于:2025-11-20

how to remove it?

§
发布于:2025-11-20

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.

§
发布于:2025-11-20
编辑于:2025-11-20

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

发布留言

登录以发布留言。