Greasy Fork is available in English.

YouTube Configuration

Read and Make YouTube Configuration

Autor
𝖢𝖸 𝖥𝗎𝗇𝗀
Dziennych instalacji
0
Wszystkich instalacji
34
Oceny
0 0 0
Wersja
0.1.4
Utworzono
04-05-2023
Zaktualizowano
07-05-2023
Licencja
MIT
Dotyczy

Development & Debug Purpose Only

Read:

  • In the current version, the script can only read the values.
  • To select all the values, use Ctrl-A / Command-A (Mac) and press Ctrl-C / Command-C (Mac) to copy.

Write:

  • The write feature is currently disabled to avoid issues.
  • In the future, it may be possible to edit the values. Please be careful when editing any values.

Override by Hard-Coding:

  • If you want to set specific settings, you can do so by modifying configSet() and uncommenting // moduleSetYC();
  • Once you have written the settings and uncommented moduleSetYC(), the settings will automatically apply to your full refresh of the YouTube page.

Explanation:

  • .list-entry.list-entry-mainkey (with a mark) refers to the main feature keys that affect the YouTube UI/UX.
  • .list-entry.list-entry-minorkey-diff (purple entry color) refers to settings that differ from mainstream settings.
  • .list-entry.list-entry-minorkey-same (gray entry color) refers to settings that are the same as mainstream settings.

Note 1: Differences from mainstream settings don't necessarily imply a different layout. The purpose is to hide settings that are the same for every person and may have become obsolete.

Note 2: If you want to change their definitions, please modify the mainKeys array (a list of strings) and minorKeyValues (key-value pairs).

Screenshots:

Image1 Image2