bug report:
its awesome alrdy
but now i can not go to the next page at entered GAs
no numbers and no next and last button
thanks in advance for fixin it
Comment has been collapsed.
It worked just fine today, but it's not working anymore at the homepage, only works here at the forum :(
Comment has been collapsed.
Thanks for your work on this anyway Madjoki!! I guess it's better for us to wait until the site's code stops being modified by the admins before start using scripts like this one or SG+ v2.
Comment has been collapsed.
It worked for everything except the giveaways page so I changed the value of :nth_child() (three occurences) in the giveaways function from 2 to 1 and now it works for me. strange.
disclaimer: I have extremely limited js knowledge so I don't know why this fixed things.
edit: v16 fixes this :D
Comment has been collapsed.
Toggle options would be really appreciated.
Endless scrolling is helpful on the giveaway list. However, it is a hinderance on massive multi-page discussion topics where you have to scroll a very long time if you want to get to the comment section in order to give your input.
Comment has been collapsed.
For the brave: Newer "SGv2+" version.
https://gist.github.com/nikop/3a286a5736e068c54ccd/raw/EndlessScroll_new.user.js
Biggest difference is that reply is moved for giveaway comments too.
All other features are disabled.
Comment has been collapsed.
You can easily add it yourself if you can't wait for madjoki.
copy this (console log line is optional but welcome):
$('.is-faded').parent('.giveaway__row-outer-wrap').hide();
console.log('Entered Giveaways have been hidden.');
and paste it into two places:
function EndlessScrollGiveaways() {
//HERE
_super.apply(this, arguments);
}
and
EndlessScrollGiveaways.prototype.parsePage = function (dom) {
...
//HERE
_super.prototype.parsePage.call(this, dom);
};
Comment has been collapsed.
What? no Opera 12.17 love? I guess I am out of luck :(
Comment has been collapsed.
thanks again for this awesome feature
one little blemish is that it shows the following wrong site numbers at entered GAs (and maybe everywhere):
page 2 of 1
page 3 of 1 ......
and could you put steamgifts.com in front of the name cause when someone has a lot of greasemonkey scripts it can be hard to figure out what is for wich site
Comment has been collapsed.
bug report:
i can not click on remove if i am at other sites than the first in entered GAs
edit: seems fixed
and
should it be possible to click stop (loading next page) at entered GAs?
edit: found the pause button
Comment has been collapsed.
thank you very much. it works great. :)
i think i may have found bug. On this - http://www.steamgifts.com/giveaways/entered , the remove entry button after page 1 doesn't work.
edit- benutzername reported the bug some 3-4 comments before. saw his/her comment too late.
Comment has been collapsed.
48 Comments - Last post 18 minutes ago by ngoclong19
8 Comments - Last post 1 hour ago by adam1224
16,480 Comments - Last post 16 hours ago by Kenruyoh
2,129 Comments - Last post 18 hours ago by MeguminShiro
951 Comments - Last post 23 hours ago by Cauix
54 Comments - Last post 1 day ago by GoatPimp
26 Comments - Last post 1 day ago by lewriczin
55 Comments - Last post 11 minutes ago by Skwerm
6,508 Comments - Last post 20 minutes ago by Oppenh4imer
160 Comments - Last post 31 minutes ago by RePlayBe
86 Comments - Last post 50 minutes ago by Inkyyy
17,199 Comments - Last post 55 minutes ago by SolvedPack
106 Comments - Last post 1 hour ago by ComNguoi
35 Comments - Last post 1 hour ago by JMM72
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.