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.
254 Comments - Last post 5 minutes ago by despiesi96
17,355 Comments - Last post 1 hour ago by Hibban
3,359 Comments - Last post 2 hours ago by MeguminShiro
654 Comments - Last post 4 hours ago by Gamy7
47,464 Comments - Last post 10 hours ago by devotee
48 Comments - Last post 11 hours ago by contentsmayvary
1,869 Comments - Last post 18 hours ago by UltraMaster
116 Comments - Last post 3 minutes ago by CBlade
453 Comments - Last post 14 minutes ago by Cassol
1,837 Comments - Last post 19 minutes ago by Vasharal
815 Comments - Last post 20 minutes ago by Jackelmeir
14 Comments - Last post 27 minutes ago by macofish
165 Comments - Last post 57 minutes ago by insideAfireball
64 Comments - Last post 1 hour ago by Mhol1071
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.