cyfung1031 / userscript-supports

This is for the userscripts created on GreasyFork.org.
https://cyfung1031.github.io/userscript-supports/
MIT License
48 stars 3 forks source link

YouTube EXPERIMENT_FLAGS Tamer breaks video settings icons. #27

Closed ChromiaCat closed 8 months ago

ChromiaCat commented 8 months ago

Specifically it's the KEEP_MIDDLEWAVE constant that when it's set most of the icons in the video settings menu disappear. Setting it to false doesn't do anything, the line that sets it to true has to be commented out.

KEEP_MIDDLEWAVE uncommented: image KEEP_MIDDLEWAVE commented out: image

It also seems to rename Ambient Mode to Cinematic Lighting and remove Annotations toggle.

cyfung1031 commented 8 months ago

Fixed in 1.3.25!

Setting it to false doesn't do anything, the line that sets it to true has to be commented out.

You just break the script. It is not caused by KEEP_MIDDLEWAVE

It also seems to rename Ambient Mode to Cinematic Lighting and remove Annotations toggle.

  1. There is a new option now in the script to keep the name "Ambient Mode" instead of Cinematic Lighting. No function change.
  2. I am not sure what exactly is the "Annotations" Toggle. It might be a trash option in YouTube's changing design. This script would not hide it for now.
cyfung1031 commented 8 months ago

@ChromiaCat Could we close this issue?

ChromiaCat commented 8 months ago

@ChromiaCat Could we close this issue?

Sure thing, thanks for fixing it <3.