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.');
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!
Comment has been collapsed.
16,297 Comments - Last post 22 minutes ago by SebastianCrenshaw
52 Comments - Last post 1 hour ago by adam1224
206 Comments - Last post 4 hours ago by Joey2741
26 Comments - Last post 4 hours ago by Jarda
31 Comments - Last post 5 hours ago by Pika8
1,519 Comments - Last post 6 hours ago by Tristar
1,798 Comments - Last post 6 hours ago by Cacciaguida
689 Comments - Last post 1 minute ago by SquishedPotatoe
102 Comments - Last post 7 minutes ago by BCGutsy
123 Comments - Last post 8 minutes ago by Naviis
28,250 Comments - Last post 8 minutes ago by Xeton99
110 Comments - Last post 12 minutes ago by Kyrrelin
19 Comments - Last post 17 minutes ago by Mitsukuni
16 Comments - Last post 19 minutes ago by Fyoll
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
Comment has been collapsed.