Disable YouTube Video Ads

Disable YouTube video & screen based ads at home page, and right before or in the middle of the main video playback. Also disable YouTube's anti-adblocker popup dialog. As of now, it only work on embedded player.

< Valutazione su Disable YouTube Video Ads

Recensione: Bene - lo script funziona

§
Pubblicato: 06/11/2023
Modificato: 06/11/2023

It works as intended, but no autoplay sucks for me. Any chances to change ?

§
Pubblicato: 01/02/2024

add this code as a bookmark (written by chatGPT and been used by me for quite a while now) and then you'll just have to click on it on a yt page, when it skips to the next one you don't have to click on it again. If you open a new youtube page you will have to click on it again if you want it to autoplay

javascript:(function() { function skipToNextVideo() { var video = document.querySelector('video'); if (video && !video.paused) { var currentTime = video.currentTime; var duration = video.duration; if (duration - currentTime <= 1) { var nextButton = document.querySelector('.ytp-next-button'); if (nextButton) { nextButton.click(); } } } } setInterval(skipToNextVideo, 1000); })();

Pubblica risposta

Accedi per pubblicare una risposta.

长期地址
遇到问题?请前往 GitHub 提 Issues。