Greasy Fork is available in English.

Marktplaats Opschoner

Cleans up marktplaats.nl (Topadvertenties, Adsense, Admarkt, cookie notice)

< 腳本Marktplaats Opschoner的回應

評論:負評 - 腳本失效或無法使用

§
發表於:2014-12-28

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();

發表回覆

登入以回復