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.
45 Comments - Last post 4 minutes ago by Foxhack
116 Comments - Last post 1 hour ago by SketCZ
1,009 Comments - Last post 3 hours ago by InSpec
221 Comments - Last post 4 hours ago by ScorchedRelic
8 Comments - Last post 5 hours ago by lostsoul67
244 Comments - Last post 8 hours ago by Reidor
639 Comments - Last post 9 hours ago by VicViperV
43 Comments - Last post 17 minutes ago by Georgeous
155 Comments - Last post 35 minutes ago by s4k1s
177 Comments - Last post 52 minutes ago by TerrifyingMetal
465 Comments - Last post 54 minutes ago by Vampus
1,147 Comments - Last post 1 hour ago by JMM72
36 Comments - Last post 2 hours ago by BauerBoy24
34 Comments - Last post 2 hours ago by SmileFate
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.