UnsafeYT Decoder

A script to decode encrypted YouTube videos, but slightly more optimized. Now also decoding hover previews. Includes an aggressive audio compressor to limit loud noises.

Versão de: 16/09/2025. Veja: a última versão.

Autor
ElectroKnight22
Avaliações
0 0 0
Versão
0.9.1
Criado
16/09/2025
Atualizado
16/09/2025
Tamanho
31,8 KB
Licença
MIT
Aplicável a

This version is basically a slightly optimized version of the ChatGPT port.

Key Features & Optimizations

✨ Visual & Audio Enhancements

  • Superior Video Quality: Switched from nearest-neighbor to linear sampling and implemented a 16-pass Gaussian anti-aliasing. This results in a much smoother and cleaner image, especially on low-quality or visually noisy videos.
  • Dynamic Audio Compression: Integrated a custom audio compressor to normalize loudness. Say goodbye to sounds that are too quiet to hear or so loud they hurt your ears.
  • Seamless Playback: The original scrambled video is now completely hidden while the decoded version streams, ensuring a clean viewing experience.

🚀 Performance & Functionality

  • Instant Decoding: Optimized to decode videos almost instantly, often before the rest of the YouTube UI has even finished loading.
  • Hover Preview Decoding: Now decodes video previews when you hover over thumbnails by fetching tokens directly through YouTube's API.
  • Massively Improved Performance: Replaced inefficient polling checks (setInterval) with modern, passive event listeners, drastically reducing the script's resource consumption.
  • Added support for the (no-cookie) variant of YouTube.
  • May work on embedded YouTube videos on external sites now. (Untested)