Recommended to use SG++: http://www.steamgifts.com/discussion/7euKx/steamgifts-beta

You need to enable EndlessScrolling from settings.

Newer "SGv2+ compatible" version. (Only Endless Scroll part)

https://gist.github.com/nikop/3a286a5736e068c54ccd/raw/EndlessScroll_new.user.js

Uninstall old version before installing this!

Enjoy!

Requires Greasemonkey for Firefox. Should work with Tampermonkey for Chrome too.

10 years ago*

Comment has been collapsed.

latest update broke the whole thing. It's working under Discussions, but not on the main page.

10 years ago
Permalink

Comment has been collapsed.

Thanks OP, very useful.

I just installed it for the first time and it doesn't seem to work on page 1, but it works fine on pages after it.

10 years ago
Permalink

Comment has been collapsed.

I thought it was just me. I'm sure they'll get it working again.

10 years ago
Permalink

Comment has been collapsed.

Fix for site update

10 years ago
Permalink

Comment has been collapsed.

It worked for a while, but now it's broken again :(
Works on page 2 only again..

10 years ago
Permalink

Comment has been collapsed.

yop

10 years ago
Permalink

Comment has been collapsed.

In addition to the not working on the first page of the "All giveaways" listing -

Is there a way to disable the reverse comment order and comment box on top features for forum posts? I prefer the standard site layout for those.

Thank you.

10 years ago
Permalink

Comment has been collapsed.

It will be setting in SG++ version, but you can change

    Object.defineProperty(EndlessScrollDiscussionReplies.prototype, "reverseItems", {
        get: function () {
            return true;
        },
        enumerable: true,
        configurable: true
    });

to

    Object.defineProperty(EndlessScrollDiscussionReplies.prototype, "reverseItems", {
        get: function () {
            return false;
        },
        enumerable: true,
        configurable: true
    });
10 years ago
Permalink

Comment has been collapsed.

Thank you

10 years ago
Permalink

Comment has been collapsed.

great! :D

10 years ago
Permalink

Comment has been collapsed.

hey wanted to report a bug after the update..
sometimes a giveaway at the bottom of one page is repeated as first giveaway on next page. like here -

View attached image.
10 years ago
Permalink

Comment has been collapsed.

That's know, working on solution (this happens when giveaway ends between page loads)

10 years ago
Permalink

Comment has been collapsed.

Thank you!

View attached image.
10 years ago
Permalink

Comment has been collapsed.

Since SG++ is now available, it's recommended to uninstall this and install SG++

http://www.steamgifts.com/discussion/7euKx/steamgifts-beta

This won't likely receive fixes anymore.

10 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.