Skip to content

Instantly share code, notes, and snippets.

View afzaledx's full-sized avatar

Afzal Wali Naushahi afzaledx

  • Lahore, Pakistan
View GitHub Profile
window.setInterval(function(){
$("div [aria-label='advertisement']").parent().parent().parent().remove()
}, 15000);
function findForDisabling(searchTerm){
$(searchTerm).each(disableDisplay);
}
function disableDisplay(index, element){
element.style.display = 'none';
}
window.setInterval(function(){
var searches = ["#related", "#comments"];