YouTube Configuration

Read and Make YouTube Configuration

As of 2023-05-07. See the latest version.

Author
𝖢𝖸 𝖥𝗎𝗇𝗀
Ratings
0 0 0
Version
0.1.4
Created
2023-05-04
Updated
2023-05-07
Size
95.2 KB
License
MIT
Applies to

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