Greasy Fork is available in English.
Blocks sponsored search results on amazon.com, amazon.co.uk and amazon.de and some banner ads
< 脚本Amazon Sponsored Products / Ad block的反馈
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.
登录以发表回复。
Code Update
Script didn't seem to work properly. I changed the removal code to:
Works for what I need it for now.