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.

發表回覆

登入以回復