Cleans up marktplaats.nl (Topadvertenties, Adsense, Admarkt, cookie notice)
< Обсуждения: Marktplaats Opschoner
script updates// with these changes all ads are removed again// remove cookie notice footer (black bar at bottom)$('#layover-target').remove();// Remove 'Topadvertenties'$(".mp-listing-priority-product:contains('Topadvertentie')").closest('article').remove();$("#banner-rubrieks").remove();// Remove bottom listings$("#bottom-listings-divider").nextAll('.bottom-item').remove();$("#bottom-listings-divider").remove();$(".bottom-listing").remove();// Remove Admarkt zut$(".mp-adsense-header-top").remove();$(".adsense-csa").remove();// Remove useless "Anderen Bekeken"$('#similar-cas-items').remove();
Войдите, чтобы ответить.
script updates
// with these changes all ads are removed again
// remove cookie notice footer (black bar at bottom)
$('#layover-target').remove();
// Remove 'Topadvertenties'
$(".mp-listing-priority-product:contains('Topadvertentie')").closest('article').remove();
$("#banner-rubrieks").remove();
// Remove bottom listings
$("#bottom-listings-divider").nextAll('.bottom-item').remove();
$("#bottom-listings-divider").remove();
$(".bottom-listing").remove();
// Remove Admarkt zut
$(".mp-adsense-header-top").remove();
$(".adsense-csa").remove();
// Remove useless "Anderen Bekeken"
$('#similar-cas-items').remove();