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.
11 Comments - Last post 2 minutes ago by JingZhi8
19 Comments - Last post 2 hours ago by macgamer
355 Comments - Last post 4 hours ago by aumeilo
31 Comments - Last post 4 hours ago by miIk
331 Comments - Last post 5 hours ago by MyLittlePoPo
915 Comments - Last post 6 hours ago by Insound
15 Comments - Last post 6 hours ago by Sooth
1,862 Comments - Last post 2 minutes ago by ngoclong19
28 Comments - Last post 3 minutes ago by RobbyRatpoison
456 Comments - Last post 4 minutes ago by Tucs
3,761 Comments - Last post 9 minutes ago by igel2005
39 Comments - Last post 10 minutes ago by llsnowll
275 Comments - Last post 12 minutes ago by RiderOfPhoenix
63 Comments - Last post 12 minutes ago by PossiblePsycho
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.