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.
2,904 Comments - Last post 1 minute ago by shijisha
20 Comments - Last post 12 minutes ago by adam1224
9 Comments - Last post 36 minutes ago by RSDA
272 Comments - Last post 58 minutes ago by reigifts
1,687 Comments - Last post 2 hours ago by Tactical
180 Comments - Last post 5 hours ago by Acojonancio
21 Comments - Last post 5 hours ago by ghanembobsorrow
61 Comments - Last post 2 minutes ago by Durb
185 Comments - Last post 6 minutes ago by xurc
217 Comments - Last post 13 minutes ago by Vee79
499 Comments - Last post 15 minutes ago by gus09
1,702 Comments - Last post 18 minutes ago by AdrianoCoins
227 Comments - Last post 18 minutes ago by Ivannes
2,825 Comments - Last post 34 minutes ago by AndyFrost
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.