-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension stopped working #3
Comments
After checking, I believe that var adOverlay = document.querySelector('.ytp-ad-player-overlay'); is However, I noticed that var adOverlay = document.querySelector('.ytp-ad-player-overlay-layout'); |
Yeah, I think youtube has changed something that makes the extension fails. Have you tried your modification and see if it works? |
I just noticed this issue today. I will be testing it, and if it does not cover all cases, I will try to fix it with a wildcard to be less prone to YouTube changes and create a new release. Thanks for the contribution! |
Issue description
This extension had been working for a few months now, but I noticed that it just stopped working today. I'm using Safari 16.3, macOS 13.2. It doesn't mute nor speeding up ad anymore.
The text was updated successfully, but these errors were encountered: