Pretty simple, just an option to hide from entered giveaways because sometimes its annoying to see my all, recommendations, and wishlist list of giveaways with tons of greyed out giveaways that I already entered

8 years ago

Comment has been collapsed.

I'm agree with you!

8 years ago
Permalink

Comment has been collapsed.

If using Chrome, install TamperMonkey extension and enter the below as a module. Use GreaseMonkey for Firefox. (If you need help, use Google.)


// ==UserScript==
// @name Hide entered Giveaways
// @namespace http://steamgifts.com/hide
// @version 0.1
// @description Hides entered Giveaways on steamgifts.com
// @author Timmaeh
// @include ://www.steamgifts.com/
// @exclude http://www.steamgifts.com/user/*
// @grant none
// @run-at document-end
// ==/UserScript==

$('.is-faded').parent('.giveaway__row-outer-wrap').hide();
console.log('Entered Giveaways have been hidden.');

8 years ago
Permalink

Comment has been collapsed.

ill try this

8 years ago
Permalink

Comment has been collapsed.

There are several *Monkey scripts available for use on SteamGifts. Do a Google search to find more. I have about 10 installed. Do them one at a time to make sure they don't have adverse effects.

Don't use anything that'll auto join GAs for you, though. That's not cool.

Good luck!

8 years ago
Permalink

Comment has been collapsed.

okay thanks for the tips

8 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 2 years ago.

8 years ago
Permalink

Comment has been collapsed.

very nice feature!!! 100% support this!!! we need this option right now!!!!

8 years ago
Permalink

Comment has been collapsed.

8 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.