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
});
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.
Comment has been collapsed.
1,596 Comments - Last post 3 hours ago by RePlayBe
11 Comments - Last post 3 hours ago by Georgeous
188 Comments - Last post 3 hours ago by MXY
11 Comments - Last post 4 hours ago by lostsoul67
3,372 Comments - Last post 7 hours ago by Makaveli8806
47,472 Comments - Last post 8 hours ago by paco7533
16 Comments - Last post 10 hours ago by Akylen
9 Comments - Last post 11 minutes ago by m0r1arty
413 Comments - Last post 29 minutes ago by Microfish
160 Comments - Last post 1 hour ago by DkXfS
145 Comments - Last post 1 hour ago by Challenger885
18,028 Comments - Last post 1 hour ago by Atro
5 Comments - Last post 2 hours ago by Masafor
9,072 Comments - Last post 2 hours ago by PTPant
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.
Comment has been collapsed.