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 1 hour ago by wigglenose
15 Comments - Last post 2 hours ago by Gequi
1,165 Comments - Last post 4 hours ago by Butterkatt
1,534 Comments - Last post 5 hours ago by RePlayBe
77 Comments - Last post 7 hours ago by ViToos
5 Comments - Last post 7 hours ago by MRWITEK
2,646 Comments - Last post 11 hours ago by VicViperV
110 Comments - Last post 8 minutes ago by EyeofArrow
13 Comments - Last post 16 minutes ago by wigglenose
10,101 Comments - Last post 17 minutes ago by BHTrellis188
185 Comments - Last post 24 minutes ago by DisGighsLit
10,351 Comments - Last post 40 minutes ago by Mileworg
1,352 Comments - Last post 1 hour ago by AceBerg42
1,556 Comments - Last post 1 hour ago by funname4funguy
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.