YePpHa / YouTubeCenter

YouTube Center is a userscript designed to expand the functionality of YouTube. It includes the ability to download the video you're watching, auto selecting your preferred video quality and much more.
MIT License
2.89k stars 520 forks source link

Unchecked "Enable Annotation" isn't fully working? #2359

Open NiGHTsC opened 7 years ago

NiGHTsC commented 7 years ago

https://youtu.be/miomuSGoPzI?t=217 By "fully" I mean it's working only partially. In the video above, if you have "Enable Annotation" unchecked you would disable only those annotations on the left bottom, but not those on the left middle/top.

PS: It seems it could only disable those annotations with a "(x)close" function.

Thank you.

YePpHa commented 7 years ago

It's highly possible that you're correct. If I remember correctly a friend of mine has told me about that issue before.

NiGHTsC commented 7 years ago

So glad you're back, sincerelly appreciate.

fat2slow commented 7 years ago

I made an Issue awhile back about what you need to change in the userscript so that annotations stay off. I'll Post the parameters here. Here are the parameters that need to be changed for Annotations to be turned off. fixHTML5Annotations: set it to true enableAnnotations: set to false channel_enableAnnotations: set to false embed_enableAnnotations: set to false

NiGHTsC commented 7 years ago

@fat2slow, have you checked my youtube link in main post? I just follow your steps, 1st to true, rest of 3 to false and I"m still seeing those annotations.

Thank you.

scruff-01 commented 7 years ago

@NiGHTsC I used to do whatfat2slow is saying but it stopped working for me about a year ago.Some video's its turned off and on others its always on so its hit and miss it seems sorta like some video's still autoplay and others dont. Something is broken in the chain

NiGHTsC commented 7 years ago

@andyb2, Thank you for reporting.