From 171038b3a8ed6fdfa4089d9e54e26cd726ea125d Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Wed, 11 Oct 2017 09:20:38 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Missed=20this=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- amaz.giveaway.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amaz.giveaway.user.js b/amaz.giveaway.user.js index 4f91844..a3ec947 100644 --- a/amaz.giveaway.user.js +++ b/amaz.giveaway.user.js @@ -4,7 +4,7 @@ // @description Allow removal of visited links on Amazon Giveaway Listing // @include https://smile.amazon.com/ga/giveaways* // @include https://www.amazon.com/ga/giveaways* -// @version 1.5.1 +// @version 1.5.2 // @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js // ==/UserScript== @@ -20,7 +20,7 @@ var hideOne = function(el) { var hideVisited = function(evt) { checked = $(this).prop('checked'); - var $links = $('.landingPageSpacings a[href*="amazon.com/ga"]'); + var $links = $('#giveaway-grid a[href*="amazon.com/ga"]'); $links.each(function() { var href = getSmallUrl($(this).attr('href'));