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.
登入以回復
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Code Update
Script didn't seem to work properly. I changed the removal code to:
Works for what I need it for now.