Greasy Fork

Greasy Fork is available in English.

Amazon Sponsored Products / Ad block

Blocks sponsored search results on amazon.com, amazon.co.uk and amazon.de and some banner ads

< 脚本Amazon Sponsored Products / Ad block的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2019-10-28

Code Update

Script didn't seem to work properly. I changed the removal code to:

    $('.AdHolder').each(function(i, obj) {
        //console.log("Object " + i + " contains an ad");
        //$(this).css('background-color', 'red');
        (this).remove();
        count++;            
    });

Works for what I need it for now.

发表回复

登录以发表回复。