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.
9 Comments - Last post 7 minutes ago by GeekDoesStuff
24 Comments - Last post 2 hours ago by Grismer
47,448 Comments - Last post 2 hours ago by Hikkomi
16 Comments - Last post 3 hours ago by hallak65
558 Comments - Last post 5 hours ago by RobbyRatpoison
290 Comments - Last post 6 hours ago by stavr05
247 Comments - Last post 7 hours ago by codasim
46 Comments - Last post 13 minutes ago by Ignition365
95 Comments - Last post 21 minutes ago by Habaruku
63 Comments - Last post 26 minutes ago by Jesuswelcome
420 Comments - Last post 29 minutes ago by XYUSoma
188 Comments - Last post 33 minutes ago by Bainsol
30,384 Comments - Last post 55 minutes ago by xeos23
377 Comments - Last post 1 hour ago by Axelflox
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.