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.
319 Comments - Last post 34 minutes ago by BHTrellis188
192 Comments - Last post 58 minutes ago by Golwar
31 Comments - Last post 1 hour ago by EloyOn
27 Comments - Last post 1 hour ago by FateOfOne
366 Comments - Last post 2 hours ago by Aliaxi
26 Comments - Last post 2 hours ago by Chris76de
25 Comments - Last post 3 hours ago by SupportForFun
2 Comments - Last post 1 minute ago by hbarkas
133 Comments - Last post 6 minutes ago by reigifts
69 Comments - Last post 12 minutes ago by zevnda
59 Comments - Last post 13 minutes ago by AllTracTurbo
1,078 Comments - Last post 29 minutes ago by CakeGremlin
23 Comments - Last post 30 minutes ago by Fluffster
13 Comments - Last post 34 minutes ago by hbarkas
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.