YouTube Configuration

Read and Make YouTube Configuration

目前為 2023-05-07 提交的版本,檢視 最新版本

作者
𝖢𝖸 𝖥𝗎𝗇𝗀
評價
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