Warning: fopen(/www/sites/greasyfork.icu/index/store/temp/9b353a292ca0aaabc2f76c46daf61be2.html): failed to open stream: No space left on device in /www/sites/greasyfork.icu/index/scriptsControl.php on line 132
Auto Close YouTube Ads - 反馈

Greasy Fork

Greasy Fork is available in English.

Auto Close YouTube Ads

Close and/or Mute YouTube ads automatically!

< 脚本 Auto Close YouTube Ads 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2024-10-21

The script does not skip ads any more.

fuzetsu作者
§
发布于:2025-03-13

Unfortunately an update from YouTube made it basically impossible to fix the script. I've updated the script description to reflect this.

§
发布于:2025-03-13

That is a sad thing but at least your script is helpful in muting and hiding the advertisements, so I will keep it on.

§
发布于:2025-03-20

@fuzetsu, @gummybear
As muting still works, how about instead of (instantly) skipping the ad, you increase the playback speed to 10x or something? This is as close to skipping as you can get without trusted events.
@ojczeo has proposed a change that worked before the update.
I tested it and it still works if you put it outside the if clause:

Add the following line below line 251:
document.querySelector('video').playbackRate = 10;

发布留言

登录以发布留言。