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.
18 Comments - Last post 39 minutes ago by Sundance85
267 Comments - Last post 50 minutes ago by coleypollockfilet
17,355 Comments - Last post 11 hours ago by Hibban
3,359 Comments - Last post 12 hours ago by MeguminShiro
654 Comments - Last post 14 hours ago by Gamy7
47,464 Comments - Last post 19 hours ago by devotee
48 Comments - Last post 21 hours ago by contentsmayvary
77 Comments - Last post 6 minutes ago by Noxco
4,442 Comments - Last post 11 minutes ago by igel2005
0 Comments - Created 12 minutes ago by snbac
51 Comments - Last post 13 minutes ago by Ignition365
53 Comments - Last post 14 minutes ago by RCSWE
95 Comments - Last post 16 minutes ago by Rinocap
471 Comments - Last post 16 minutes ago by sengda2000
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.