This is an userscript. It gives you an ability to browse steamgifts faster and more comfortable. Check out the screenshots!!

Note: This script is no longer under active development! PR-s for bug fixes are welcome!

Please Bump! 😀

Steam Group
Bug Reporting

If you like it please donate:

Steam

Browser addons:

You have to install one of them before you install the script!

The userscript:

After you installed the browser addon that need for you. Just open THIS link and click on [Raw] button the browser will automatically offer you to install the script!

Features:

  • Add Enter button every active giveaways (list, real-time update)
  • Display chances for every giveaway (list, also on entered ga page)
  • Endless scrolling (with a lot of additional features)
  • Fixed header
  • Jump to top button at the bottom right corner
  • Update point every 60 seconds
  • Options
  • Hide entered giveaways
  • Automatically display images
  • SGv2 Dark Theme support
  • Advanced comment editor (with emoticons)

Authors:

  • Nandee ( Programmer )
  • Pele ( Tester )

You can find the full change log at the top of the source code.

Final notes:

The script isn't under active development since i'm working on my first game I don't really wanna spend so much time on this project. Although I'm trying to do my best to keep it up to date. There some things that not contained by this script. Like features which request other pages when the page loads or manage a database in the background to keep the data fast and safe. I wont implement any feature like them in the feature for reason. I wanted to keep it as fast as possible. if you want features like this there is a lot of userscripts which can bring you them. Most if them also compatible with ESG. Small and creative feature requests and bug reports still welcome. Just keep in mind i might won't be able to implement them immediately.

Screenshots(2016. 05. 12. - Outdated):

View attached image.
View attached image.
View attached image.
View attached image.
View attached image.
View attached image.
View attached image.
9 years ago*

Comment has been collapsed.

Thanks for the update... and bump :)

8 years ago
Permalink

Comment has been collapsed.

Group button dosnt work :(

8 years ago
Permalink

Comment has been collapsed.

Can we please get an option to disable the ass nasty logo that's now appeared as it looks childish and out of place.

8 years ago
Permalink

Comment has been collapsed.

two more bugs:

  • tags like [NEW] will be included in search
  • signature image is broken on subpages (e.g. entries, winner) as it will add these in the URL
8 years ago
Permalink

Comment has been collapsed.

I noticed this just now. I love the search thingy, it used to be built in on the old site design.

To be a little more specific about the bug, it happens to newly created giveaways that have [NEW] in front of their name. When I clicked on the search icon for a newly created giveaway for RONIN just now, this is the URL I get instead:

https://www.steamgifts.com/giveaways/search?q=<font color="#BFBF00">[NEW]</font> RONIN
8 years ago
Permalink

Comment has been collapsed.

will be fixed

8 years ago
Permalink

Comment has been collapsed.

Is it possible to export and import hidden games? I want this on more than one browser. Thanks!

8 years ago
Permalink

Comment has been collapsed.

Hidden games are stored by Steamgifts not the addon, if you log in in another browser It will hide the same games
(https://www.steamgifts.com/account/settings/giveaways/filters)

8 years ago
Permalink

Comment has been collapsed.

Awesome! I haven't logged on in a few years. It used to be stored by the addon. Thanks!

8 years ago
Permalink

Comment has been collapsed.

Is there an option do disable the signature generator? I don't like it at all.

8 years ago
Permalink

Comment has been collapsed.

Don't look at it

8 years ago
Permalink

Comment has been collapsed.

But.. I see it double. I see the signature generator twice in the giveaway page.

8 years ago
Permalink

Comment has been collapsed.

I too, would like for an option to disable this function.

For now I just removed it from the source code.

8 years ago
Permalink

Comment has been collapsed.

It's not replacing anything, it's not remove anything. It's not hide anything
I just don't understand why is It bothers you guys.

8 years ago
Permalink

Comment has been collapsed.

It's called OCD.

8 years ago
Permalink

Comment has been collapsed.

People use scripts to improve the looks AND functionality of a site. If they don't like the look o somehing it's obviously going to bother them. I can see why people don't want to see signatures for other peoples giveaways, especially in the case of invite only ones taht tey can't share anyway.

8 years ago
Permalink

Comment has been collapsed.

Well it doesn't look good, uses resources for nothing and I don't see the point of it and as EggShen said, we use script to improve a website's look and functionnalities and the signatures does neither of those so a way to remove it would be nice, I'll remove it myself for now anyway.

8 years ago
Permalink

Comment has been collapsed.

Community vs me
1:0
http://prntscr.com/aw7jjk
Will be included in 2.1.6. :)

8 years ago
Permalink

Comment has been collapsed.

+1

8 years ago
Permalink

Comment has been collapsed.

Thank you for this.
I found out why I was seeing the signature generatore twice. The fault was of the fixed sidebar I had thanks to the steamgifts++ addon.

7 years ago
Permalink

Comment has been collapsed.

2.1.6 (24-04-2016)

  • Added lever bar (included Dark Theme support)
  • Fixed giveaway signature generator
  • Added giveaway signature generator to options
  • Fixed chances on entered page
  • Fixed giveaway search url
  • Fixed hide entered giveaways (/giveaways/won page)
8 years ago
Permalink

Comment has been collapsed.

Thank you very much for your hard work making and supporting this very useful script!
I have few suggestions if you don't mind, maybe you could implement any of them:
1) Option in options section - to disable tags as [FREE] [NEW] ect, that show at the beginning of game name
2) Ability to change or at least brighten a bit level color in top "Account ( 300P / Level 0-9)" so progress to next level be more visible because very subtle green color blends in with dark grey color of button.
3) Small icon with level on user avatar (I don't know if this possible to implement) so you can see user level in comments\discussions without clicking and going to their profile
4) Ability to view what chances you had after you won just for statistics.
5)Discussions Optimizer Enhancement any of features listed here would be super great!

Maybe some of my suggestions not so useful\good but at least I wrote them here in a chance they will get implemented :)

7 years ago
Permalink

Comment has been collapsed.

thank you, amazing work!

Would you kindly add the option to filter giveaways based on certain chance % ?

7 years ago
Permalink

Comment has been collapsed.

The header become like this suddenly on my Chrome.
I've tried to remove and reinstall the script but it's not working..

View attached image.
7 years ago
Permalink

Comment has been collapsed.

Same here.

7 years ago
Permalink

Comment has been collapsed.

SG had some big design changes today (mostly for mobile browsers). Probably userscripts like this one will need to be reworked to match the new design.

7 years ago
Permalink

Comment has been collapsed.

Something broke (as of today)

7 years ago
Permalink

Comment has been collapsed.

It always refresh the points every minute.
I think you have to change

if (GM_getValue("esg_refresh", 0)) {

to:

if (GM_getValue("esg_refresh", 0) == 1) {
7 years ago
Permalink

Comment has been collapsed.

It's the same...

7 years ago
Permalink

Comment has been collapsed.

Nevermind, it's because I changed it to use GM_set/getValue instead of localStorage. So the values that are returned are always a string "0"/"1" instead of number 0/1. So it always count as true. Sorry to bother you. :/

7 years ago*
Permalink

Comment has been collapsed.

I'm working on it guys!

7 years ago
Permalink

Comment has been collapsed.

the site was downgraded
then i won't release 2.2 now

7 years ago
Permalink

Comment has been collapsed.

2.2 (2015. 05. 07.)

  • Sightly brighter level bar
  • Added auto display images option (disabled by default)
  • Added Enter all button on Wishlist page
  • Added animation to the Filter menu
  • Added container for giveaway signature generator (SGv2 Dark support)
  • Added giveaway marks to options
  • Added non-linear slider for chance filter
  • Added copies filter
  • Fixed click event on Entered ga page (Remove button)
  • Fixed broken titles in the discussions sidebar
  • Removed Trains from Discussions menu
  • Removed Quizzes from Discussions menu
  • Removed Enter button from invite only giveaways on profile page
  • Remade About page
  • Code cleanup
7 years ago
Permalink

Comment has been collapsed.

Thanks for the update, but I have 2 problems with 2.2.1

View attached image.
View attached image.
7 years ago
Permalink

Comment has been collapsed.

These are sgv2 dark theme's issues i dont know why they happens, its working fine if you turn it off

7 years ago*
Permalink

Comment has been collapsed.

F*** I love sgv2 dark theme. Ok, thanks!

7 years ago
Permalink

Comment has been collapsed.

The duplicate pagination is a conflict between SG++ and Extended Steamgifts fixed sidebar, the rest is because i have not updated for the changes in the latest version of Extended Steamgifts.

7 years ago
Permalink

Comment has been collapsed.

The problem is existed in the old version too.
The hints were moved to the top if you enabled sgv2 dark. (It wasn't too annoying)
BTW it's a simple table with right syntax (i checked) It should work without problems.
Do you have any idea what causing this?

7 years ago*
Permalink

Comment has been collapsed.

Was by design, i reverted back to bottom now.

7 years ago
Permalink

Comment has been collapsed.

Thanks to both of you for your great work! :)

7 years ago
Permalink

Comment has been collapsed.

There is another problem with the enter all button on wishlist page.
When you click on it the whole page becomes black, and sgv2 dark's settings appears. I checked it has different classes. You should reset sgv2's settings to be normal again.

7 years ago
Permalink

Comment has been collapsed.

What are:

  • Display images on page load
  • Giveaway marks

I can't see the differences turning them on and off

Thanks :)

7 years ago
Permalink

Comment has been collapsed.

  1. You don't have to click on the display image text to view images. They loads automatically.
  2. http://prntscr.com/b2d9uc
7 years ago
Permalink

Comment has been collapsed.

oh wow :D

7 years ago
Permalink

Comment has been collapsed.

DUDE this is freaking amazing!
Eternal BUMP!
Sorry I have only saw it now.
super good auto image load feature!

7 years ago
Permalink

Comment has been collapsed.

Screenshots and Feature list updated !

7 years ago
Permalink

Comment has been collapsed.

2.2.3 (2016. 05.18)

  • Auto scroll rules applied if the viewed page has no pagination
  • Active discussions in sidebar appears in every giveaway page
  • Advanced Search
  • Removed border from filter menu
  • Fixed wrong dates in the changelog
7 years ago
Permalink

Comment has been collapsed.

Thanks for the update.

But I have a "problem".

Why the need for this bar (circled in red).

I use SG Game Tags

View attached image.
View attached image.
7 years ago*
Permalink

Comment has been collapsed.

It's an unfinished feature it shouldn't be here but i'm fixing it now

7 years ago
Permalink

Comment has been collapsed.

I will be grateful.

7 years ago
Permalink

Comment has been collapsed.

fixed

7 years ago
Permalink

Comment has been collapsed.

2.2.4 (2016. 05. 18.)

  • Removed uncompleted features
    2.2.5 (2016. 05. 19.)
  • Fixed broken chances on entered page
  • Fixed problem with header errors
7 years ago
Permalink

Comment has been collapsed.

when a "Enter" button turns into a "Sync Required" button, it breaks, pointing to https://www.steamgifts.com/account/profile/sync%3E%3Ci%20class=
Maybe messed up some quotation marks?

7 years ago
Permalink

Comment has been collapsed.

impossible
screenshot?
(try to disable each other browser addons)

7 years ago*
Permalink

Comment has been collapsed.

just a question sr. I'm from South america region. Has anyway to put in some place to display only the giveaways from my region (will help me a lot, because the tax rates of that region is better^^)?. I don't want a way to enter in others giveaways regions. Only my region ^^.

7 years ago
Permalink

Comment has been collapsed.

7 years ago
Permalink

Comment has been collapsed.

THX A LOT. I didn't check that ^^. Has a place in my heart ^^

7 years ago
Permalink

Comment has been collapsed.

you're welcome :)

7 years ago
Permalink

Comment has been collapsed.

just checked your code, line 874:
'<a href="' + e.link + '><i class="fa fa-exclamation-circle"></i> ' + e.msg + "</a>"
should be
'<a href="' + e.link + '"><i class="fa fa-exclamation-circle"></i> ' + e.msg + "</a>"

double quotation mark is missing after the single quotation mark after e.link

commit was https://github.com/nandee95/Extended_Steamgifts/commit/846361998484e200ce02342a23378a3748bc7849

7 years ago*
Permalink

Comment has been collapsed.

thank you i will fix It soon

7 years ago
Permalink

Comment has been collapsed.

2.2.6 (2016. 05. 20.)

7 years ago
Permalink

Comment has been collapsed.

Hi Nandee,

Can the slider have a textbox to input the value manually? It sometimes is hard to get the slider to stop at certain values I want.

Thanks!

7 years ago
Permalink

Comment has been collapsed.

I can make them more precise but i don't want to add textboxes.
What browser do you use? Maybe i can help you.

7 years ago
Permalink

Comment has been collapsed.

I'm using Opera and the slider is inaccurate enough that I need to adjust it too carefully. :(

Thanks anyways though. Your script rocks!

7 years ago
Permalink

Comment has been collapsed.

  • Right click anywhere on the page
  • Inspect element
  • Resources
  • Local Storage
  • steamgifts.com

You can edit the values manually here

7 years ago
Permalink

Comment has been collapsed.

Great! Thanks :D

7 years ago
Permalink

Comment has been collapsed.

New feature coming soon

Some testing:
Italic text
Bold text
Bold and Italic text
Strikethrough text

  • list element
  • list element
  • list element
  • list element
  • list element
  • list element
  • list element
  • list element
  • list element
  • list element

Spoiler
Code

block quote line
block quote line
block quote line
block quote line
block quote line

Url:
SteamGifts

Image:

View attached image.
7 years ago
Permalink

Comment has been collapsed.

Very very good, thanks!

7 years ago
Permalink

Comment has been collapsed.

Upcoming features:
Embedding feature for gleam.io giveaways (turns gleam.io links into this):
Embedding feature for youtube videos (turns youtube links into embedded videos)
Advanced search (I know it looks ugly. It's not done yet)
New comment editing system

View attached image.
View attached image.
View attached image.
View attached image.
7 years ago*
Permalink

Comment has been collapsed.

Vimeo support

View attached image.
7 years ago*
Permalink

Comment has been collapsed.

2.3 released!!

  • Added advanced comment editing
  • Added featured giveaway hiding option(disabled by default)
  • Added embedded youtube and vimeo videos
  • Added embedded gleam.io giveaways
  • Added re collapsable pinned giveaways
  • Added odds to chances
  • Added Bundle Games to Trades menu
  • Removed entered giveaway hiding from featured giveaways and user profiles
  • Redesigned chances
  • Redesgined level bar
  • Redesigned floating pagination
  • Fixed comment cancel button
  • Fixed auto scroll headers
  • Fixed auto scroll on Bundle Games page
  • Fixed auto scroll on messages page
  • Code cleanup (multiple spaces replaced with tabs, multiline strings)

I hope you guys will enjoy It :D
I'll update the screenshots later!

7 years ago*
Permalink

Comment has been collapsed.

Thank you so much for your work, as usual :D

7 years ago
Permalink

Comment has been collapsed.

Vimeo URLs are wrong.

I posted more info in the steam group.

7 years ago
Permalink

Comment has been collapsed.

Huge update, thanks for your hard work!

7 years ago
Permalink

Comment has been collapsed.

I like the new update, good work.

7 years ago
Permalink

Comment has been collapsed.

BUMP
It's perfect helper for Steamgifts! Thank you!

7 years ago
Permalink

Comment has been collapsed.

BUMP

7 years ago*
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.