YouTube CRT Overlay

Applies a CSS CRT scanline and vignette effect to YouTube videos

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
itsmebucky
日安装量
0
总安装量
7
评分
0 0 0
版本
1.1
创建于
2025-11-21
更新于
2025-11-22
大小
2.4 KB
许可证
MIT
适用于

YouTube CRT Overlay

YouTube CRT Overlay is a lightweight UserScript that applies CRT aesthetic to YouTube videos.

Unlike complex WebGL shaders, this script uses high-performance CSS overlays and filters.

Features

  • Scanlines: Simulates the horizontal raster lines of old televisions using a repeating gradient.
  • Vignette: Darkens the corners of the video player to mimic the curvature and light falloff of a tube screen.
  • RGB Subpixel Hinting: Adds very subtle vertical RGB lines to simulate the phosphor mask.
  • Phosphor Glow: Applies a specific combination of blur (0.6px), saturation (1.2), and high contrast (1.3) to mimic the bleeding light of a CRT.
  • Performance Friendly: Uses GPU-accelerated CSS mix-blend-mode and pointer-events: none, ensuring the video controls remain clickable and the browser doesn't lag.

Configuration

If you want to adjust the intensity of the effect, you can edit the script values:

  • To remove the blur: Delete blur(0.6px) from line 34.
  • To make scanlines darker: Increase the alpha value in rgba(0, 0, 0, 0.25) on line 48.