Amazon Sponsored Products remover

Removes the terrible sponsored products from Amazon.

< Părere la script-ul Amazon Sponsored Products remover

Întrebare/comentariu

§
Postat în: 01-11-2020

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();
});
§
Postat în: 09-12-2020
Editat în: 09-12-2020

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

Postează un raspuns

Autentifică-te pentru a posta un răspuns.