Amazon Sponsored Products remover

Removes the terrible sponsored products from Amazon.

< Amazon Sponsored Products removerについてのフィードバック

質問/コメント

§
投稿日: 2020/11/01

Remove the sponsored carousels on product pages as well:

document.querySelectorAll('.sp_desktop_sponsored_label').forEach(function(element) {
    var parent = element.closest('.a-carousel-container');
    if (parent) parent.remove();
});
RobotOilInc作者
§
投稿日: 2020/12/09
編集日: 2020/12/09

I've released 0.2.1 with this change. Sorry that it took so long, I apparently didn't have notifications enabled.

返信を投稿

返信を投稿するにはログインしてください。