Created
April 2, 2020 21:39
-
-
Save AhmedHelalAhmed/a81a95a355d78768880fd14cbfd24764 to your computer and use it in GitHub Desktop.
youtube ads remove
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setInterval( | |
function(){ | |
if(document.querySelector('.ytp-ad-text.ytp-ad-skip-button-text')) | |
{ | |
document.querySelector('.ytp-ad-text.ytp-ad-skip-button-text').click(); | |
} | |
}, 3000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment