Warning: fopen(/www/sites/greasyfork.icu/index/store/temp/5e9a8ed2d0c2fc62529058a12bb9cfbb.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 的反馈

提问 / 留言

§
发布于:2025-03-20

Increase playback speed instead of skipping. Muting still works.

As (instantly) skipping doesn't work anymore, but muting still does, how about you increase the playback speed to 10x or something instead? 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;

(Probably a lot more cleanup is possible because the skipping infrastructure isn't needed anymore, but this alone will work for people who find this in the meantime.)

发布留言

登录以发布留言。