🚑 Missed this too
This commit is contained in:
parent
a8d5471e06
commit
171038b3a8
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
// @description Allow removal of visited links on Amazon Giveaway Listing
|
// @description Allow removal of visited links on Amazon Giveaway Listing
|
||||||
// @include https://smile.amazon.com/ga/giveaways*
|
// @include https://smile.amazon.com/ga/giveaways*
|
||||||
// @include https://www.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
|
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ var hideOne = function(el) {
|
||||||
|
|
||||||
var hideVisited = function(evt) {
|
var hideVisited = function(evt) {
|
||||||
checked = $(this).prop('checked');
|
checked = $(this).prop('checked');
|
||||||
var $links = $('.landingPageSpacings a[href*="amazon.com/ga"]');
|
var $links = $('#giveaway-grid a[href*="amazon.com/ga"]');
|
||||||
|
|
||||||
$links.each(function() {
|
$links.each(function() {
|
||||||
var href = getSmallUrl($(this).attr('href'));
|
var href = getSmallUrl($(this).attr('href'));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue