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

發表回覆

登入以回覆