Skip to content

Instantly share code, notes, and snippets.

@AhmedHelalAhmed
Created April 2, 2020 21:39
Show Gist options
  • Save AhmedHelalAhmed/a81a95a355d78768880fd14cbfd24764 to your computer and use it in GitHub Desktop.
Save AhmedHelalAhmed/a81a95a355d78768880fd14cbfd24764 to your computer and use it in GitHub Desktop.
youtube ads remove
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