Greasy Fork

Greasy Fork is available in English.

YouTube Configuration

Read and Make YouTube Configuration

当前为 2023-05-07 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

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

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

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

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

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

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

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

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

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

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

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

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

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

作者
𝖢𝖸 𝖥𝗎𝗇𝗀
评分
0 0 0
版本
0.1.4
创建于
2023-05-04
更新于
2023-05-07
大小
95.2 KB
许可证
MIT
适用于

Development & Debug Purpose Only

Read:

  • In current version, it can just read the values.
  • You can use Ctrl-A / Command-A (Mac) to select all and Ctrl-C to copy.

Write:

  • The write ability is currently disabled to avoid issues.
  • In future, it might be able to edit the values. Please be careful for any value you edited.

Override by Hard-Coding:

  • If you want to set some settings, you can just make it in configSet(), and uncomment // moduleSetYC();
  • Once you wrote the settings and uncommented moduleSetYC(), the settings will automatically applied to your full refresh of the YouTube page.

Explanation:

  • .list-entry.list-entry-mainkey (with mark) means their are the main feature keys that affect the YouTube UI/UX.
  • .list-entry.list-entry-minorkey-diff (entry color: purple) means those settings are different with the mainstream settings.
  • .list-entry.list-entry-minorkey-same (entry color: grey) means those settings are same with the mainstream settings.

Note 1: different mainstream settings does not really means different layout. The purpose is to hide those settings which are same for every person and might have been obsoleted.

Note 2: If you want to change their difinitions, please change mainKeys (array of strings) and minorKeyValues (key-value pairs)

Screenshots:

Image1 Image2