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.
16,860 Comments - Last post 59 minutes ago by Deleted2137
2,658 Comments - Last post 2 hours ago by DemonFox
24 Comments - Last post 3 hours ago by BlazeHaze
7 Comments - Last post 4 hours ago by mm3n
1,181 Comments - Last post 5 hours ago by NeStric
21 Comments - Last post 5 hours ago by FranEldense
391 Comments - Last post 6 hours ago by kiseli
123 Comments - Last post 5 minutes ago by JustBonez
33 Comments - Last post 26 minutes ago by JustBonez
200 Comments - Last post 56 minutes ago by Patxxv
1,576 Comments - Last post 58 minutes ago by ExcelElmira
674 Comments - Last post 1 hour ago by fr0zenX
47 Comments - Last post 2 hours ago by Yamaraus
67 Comments - Last post 2 hours ago by Oshyer
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.