Skip to content

Instantly share code, notes, and snippets.

@afzaledx
Created January 1, 2018 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afzaledx/2c251fa282ee84b45e0983192b347f2e to your computer and use it in GitHub Desktop.
Save afzaledx/2c251fa282ee84b45e0983192b347f2e to your computer and use it in GitHub Desktop.
window.setInterval(function(){
$("div [aria-label='advertisement']").parent().parent().parent().remove()
}, 15000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment