更佳的 YouTube 劇場模式

此腳本會將 YouTube 播放器調整為延伸至螢幕底部,提供類似 Twitch.tv 的沉浸式觀看體驗,減少干擾。

目前為 2025-01-09 提交的版本,檢視 最新版本

作者
ElectroKnight22
評價
0 0 0
版本
1.5
建立日期
2025-01-01
更新日期
2025-01-09
尺寸
15.0 KB
授權條款
MIT
腳本執行於

Description:

This script aims to improve the theater mode on YouTube as the default theater UX is atrocious. The goal is to copy the nicer design ideas from Twitch.tv while still maintaining YouTube's unique UI features.

This script relies minimally on setTimeouts and instead replies mostly on event listener, making it resonably performant. Design-wise I would like to think this is a reasonable compromise between the Twitch design and the current YouTube design, which should, and I hope, would maintain better compatibility with YouTube even without constant updating.

While I concur that adding to and moving parts of the YouTube layout would be very nice for this script, those would be (hopefully) added gradually.

Features:

  • Extends the video player to the bottom of the screen in theater mode.
  • Extends the chat area all the way to the top in theater mode.
  • Minor UI tweaks.
  • Allows the user to only have the user to have the script only activate for livestreams and VODs.
  • Allows the user to seperately toggle the styles applied to the video player and the chat.
  • Allows the user to blacklist individual videos from triggering the script.

Notes:

  • v1.0 would still be recommended if one wishes to use the minimal verson of this script. That version is extremely light and very resistant to breaking but will lack the minor UI tweaks and the fancier features that got added in the later versions.

Compatibility Status:

Compatibility with various devices and browsers has yet to be tested explicitly.

(Updated 2025/1/9)