Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
v2.8.5
Browse files Browse the repository at this point in the history
* Fix for Issue #45
  • Loading branch information
Citrinate authored May 9, 2018
1 parent f6509d4 commit 4e9cfec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions giveawayHelper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @namespace https://github.com/Citrinate/giveawayHelper
// @description Enhances Steam key-related giveaways
// @author Citrinate
// @version 2.8.4
// @version 2.8.5
// @match *://*.chubbykeys.com/giveaway.php*
// @match *://*.bananagiveaway.com/giveaway/*
// @match *://*.dogebundle.com/index.php?page=redeem&id=*
Expand Down Expand Up @@ -179,7 +179,7 @@
cache: true,
zIndex: 1,
redirect_urls: function() {
return $(".giveaway-actions a[href*='/action/redirect/']:contains('Steam group')");
return $(".fa-steam").closest("tr").find("a[href*='/action/redirect/']");
}
},
{
Expand Down

0 comments on commit 4e9cfec

Please sign in to comment.