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.
299 Comments - Last post 15 minutes ago by ExiL0n
125 Comments - Last post 1 hour ago by CptWest
579 Comments - Last post 1 hour ago by Filipi
18 Comments - Last post 1 hour ago by Tecfan
42 Comments - Last post 1 hour ago by Tecfan
104 Comments - Last post 2 hours ago by Tecfan
36 Comments - Last post 2 hours ago by VicViperV
31 Comments - Last post 8 minutes ago by VivaKalman
10,472 Comments - Last post 22 minutes ago by CurryKingWurst
361 Comments - Last post 25 minutes ago by dwaern
130 Comments - Last post 1 hour ago by Metalhead8489
60 Comments - Last post 1 hour ago by ColdOut
2,102 Comments - Last post 2 hours ago by ExcelElmira
2,143 Comments - Last post 3 hours ago by Jztr
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.