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.
26 Comments - Last post 48 seconds ago by Chris76de
18 Comments - Last post 7 minutes ago by DeliberateTaco
1,537 Comments - Last post 24 minutes ago by marilynhanson
2,667 Comments - Last post 28 minutes ago by NazaSekh
173 Comments - Last post 2 hours ago by ormax3
305 Comments - Last post 3 hours ago by Jogge
18 Comments - Last post 3 hours ago by GeekDoesStuff
20 Comments - Last post 54 seconds ago by Golwar
161 Comments - Last post 2 minutes ago by Wagakki
89 Comments - Last post 4 minutes ago by Deanilo
11,243 Comments - Last post 18 minutes ago by JMM72
10,109 Comments - Last post 37 minutes ago by CurryKingWurst
49 Comments - Last post 37 minutes ago by Golwar
8,626 Comments - Last post 48 minutes ago by Venonat
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.