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.
2,956 Comments - Last post 20 minutes ago by Kabirbd
208 Comments - Last post 25 minutes ago by LhorXhor
17,133 Comments - Last post 33 minutes ago by Axelflox
486 Comments - Last post 45 minutes ago by Donners
15 Comments - Last post 1 hour ago by xxxka
372 Comments - Last post 3 hours ago by UltraMaster
201 Comments - Last post 5 hours ago by paco7533
141 Comments - Last post 20 minutes ago by reigifts
100 Comments - Last post 24 minutes ago by Phantomreader42
86 Comments - Last post 29 minutes ago by pivotalHarry
107 Comments - Last post 34 minutes ago by zolof
272 Comments - Last post 37 minutes ago by Ev4Gr33n
1,766 Comments - Last post 46 minutes ago by WaxWorm
17,832 Comments - Last post 1 hour ago by Riszu
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.