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. Includes an aggressive audio compressor to limit loud noises.

作者
ElectroKnight22
日安装量
5
总安装量
11
评分
0 0 0
版本
0.9.3
创建于
2025-09-16
更新于
2025-09-16
大小
32.4 KB
许可证
MIT
适用于

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 processed version streams, ensuring a clean viewing experience.
  • Stereo Audio: Exactly just that. The script would try to process the audio data into a stereo stream if possible.

🚀 Performance & Functionality

  • Instant Processing: Sped up video processing to be almost instant, often before the rest of the YouTube UI has even finished loading.
  • Hover Preview Processing: Now processes 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.
  • Has explicit support for the mobile site (m.youtube.com).
  • May work on embedded YouTube videos on external sites. (Untested)