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.
48 Comments - Last post 14 minutes ago by ngoclong19
8 Comments - Last post 1 hour ago by adam1224
16,480 Comments - Last post 16 hours ago by Kenruyoh
2,129 Comments - Last post 18 hours ago by MeguminShiro
951 Comments - Last post 23 hours ago by Cauix
54 Comments - Last post 1 day ago by GoatPimp
26 Comments - Last post 1 day ago by lewriczin
55 Comments - Last post 7 minutes ago by Skwerm
6,508 Comments - Last post 16 minutes ago by Oppenh4imer
160 Comments - Last post 28 minutes ago by RePlayBe
86 Comments - Last post 47 minutes ago by Inkyyy
17,199 Comments - Last post 52 minutes ago by SolvedPack
106 Comments - Last post 57 minutes ago by ComNguoi
35 Comments - Last post 1 hour ago by JMM72
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.