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

Commit

Permalink
v2.12.8
Browse files Browse the repository at this point in the history
* Removed Giveaway.su (#63)
  • Loading branch information
Citrinate committed Nov 2, 2019
1 parent 7ee2ff1 commit 3e785ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ This script enhances a number of Steam Key Giveaway Sites by making certain requ
<tr><td>Gamehag</td><td align="center">✔</td><td></td></tr>
<tr><td>Gamezito</td><td align="center">✔</td><td></td></tr>
<tr><td>GetKeys</td><td align="center">✔</td><td align="center">✔</td></tr>
<tr><td>GiveAway.su</td><td align="center">✔</td><td></td></tr>
<tr><td>Giveawayhopper</td><td align="center">✔</td><td></td></tr>
<tr><td>Gleam.io (<a href="https://raw.githubusercontent.com/Citrinate/giveawayHelper/master/images/gleam.png">preview</a>)</td><td align="center">✔</td><td align="center">✔</td></tr>
<tr><td>GrabFreeGame</td><td align="center">✔</td><td></td></tr>
Expand Down
13 changes: 1 addition & 12 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.12.7
// @version 2.12.8
// @match *://*.chubbykeys.com/giveaway.php*
// @match *://*.bananagiveaway.com/giveaway/*
// @match *://*.dogebundle.com/index.php?page=redeem&id=*
Expand All @@ -15,7 +15,6 @@
// @match *://*.getkeys.net/giveaway.php*
// @match *://*.ghame.ru/*
// @match *://*.giftybundle.com/giveaway.php*
// @match *://*.giveaway.su/giveaway/view/*
// @match *://*.giveawayhopper.com/giveaway*
// @match *://*.gleam.io/*
// @match *://*.grabfreegame.com/giveaway/*
Expand Down Expand Up @@ -197,16 +196,6 @@
helper: basicHelper,
cache: false
},
{
hostname: "giveaway.su",
helper: basicHelper,
cache: true,
requires: {steam_curators: true},
zIndex: 1,
redirect_urls: function() {
return $(".fa-steam").closest("tr").find("a[href*='/action/redirect/']");
}
},
{
hostname: "giveawayhopper.com",
helper: basicHelper,
Expand Down

0 comments on commit 3e785ca

Please sign in to comment.