The best SG addon for me. Thank you for all your hardwork, Nandee! :)
Comment has been collapsed.
if I have it installed... will it update automatically?
(sorry for silly question but I'm still newbie on script thing)
Comment has been collapsed.
Best addon for steamgifts ever, many thanks Nandee
Comment has been collapsed.
2.3.1 (2015. 05. 29.)
Comment has been collapsed.
BTW, I had "Hide images" set to disabled but with the update "Comment features" were set to Enabled. As long as there is no way to collapse the images again I do not want to use this 'feature'. I also already use a script for YouTube previews on every site so the rest is of no use to me either.
Comment has been collapsed.
Nice that vimeo-videos was fixed.
Here's a puzzle that will be hard if you use video embedding though, just to give you an understanding on why I think video embedding should be turned off by default instead of on.
Comment has been collapsed.
I would really like for Endless Scrolling to offer two options; enable for Giveaways and enable for the Forum. Endless Scrolling works just fine for Giveaways but it's not something I want on the Forum and right now I have no option to but to enable or disable it for both.
Comment has been collapsed.
The endless scrolling is working as a whole it's not written page by page, it's written like giveaway based pages, table based pages, comment based pages etc.
The other reason the current settings system only handles on/off options i don't want to remake it yet.
Comment has been collapsed.
I can't get other informations from the game without querying them one by one from the steam servers. I don't want to do that if you interested in similar features you can ask SG Game Tags' owner:
https://www.steamgifts.com/discussion/l6RDh/userscript-sg-game-tags-show-some-info-of-the-game-cards-achievement-bundled-etc
Comment has been collapsed.
Would it be possible to add a class to the span for the giveaway odds? That way we could use some css (via Stylish for example) to give colours to different odds (like you are already doing for 100% odds).
Personally I think ten increments would be fine but that's up to you of course.
So for example:
<span title="Odds: 512:1">0.19% chance</span>
Would become:
<span title="Odds: 512:1" class="GA_chance_20">0.19% chance</span>
With GA_chance_10 being everything between a 0% and 10% chance and so upwards for the other classes.
Edit: need to think about the chances; since most games are between 0.1% and 0.01% we might need finer grain control.
Comment has been collapsed.
The colors doesn't make any sense, i made a color system (color heat, 0%-blue, 100%-red) before the 2.3 release but it was useless, almost everything was blue and you can't tell the difference between the shades so i removed it. It looks better in black
anyway it's not an important information like you have to check it before you enter or something like that, It's useful with filtering but nothing else.
Comment has been collapsed.
I've seen something like that because i already made it a few days ago. I don't want colors anymore as I described before.
But you just gave me an idea:
below 1% - inherit text
between 1% and 5% - normal text
under 5% - bold text
What do you think?
Comment has been collapsed.
I've tried some stuff and this is what I eventually settled upon:
Added this at the end of the chance block:
var ga_chance_style = Math.ceil(chance*10) ;
Changed the Display chances to this:
$(ga).find('.giveaway__columns').find("div:first").after('<div><i class="fa fa-fw fa-area-chart"></i> <span title="Odds: '+(entries/copies).toFixed(0)+':1" class="GA_chance_'+ga_chance_style+'">' + chance.toFixed(2) + '% chance</span></div>');
First try css sheet:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.steamgifts.com")
{
.GA_chance_1
{
color:#663300;
}
.GA_chance_2
{
color:#cc3300;
}
.GA_chance_3
{
color:#e68a00;
}
.GA_chance_4
{
color:#99ccff;
}
.GA_chance_5
{
color:#3399ff;
}
.GA_chance_6
{
color:#0000ff;
}
.GA_chance_7
{
color:#99ff99;
}
.GA_chance_8
{
color:#4dff4d;
}
.GA_chance_9
{
color:#00ff00;
}
.GA_chance_10,
.GA_chance_11,
.GA_chance_12,
.GA_chance_13
{
color:#ff00ff;
font-weight: bold;
}
}
Comment has been collapsed.
Starting around version 2.3 when you introduced code to collapse the featured giveaways again, the button to expand them has been broken for me.
I've had a look into this and it seems like both your and the original code (v10) for the button are run.
The original code will expand the list and hide the button and yours will toggle the list again resulting in collapsed state.
This seems to be a result of a) your click handler being registered for document and b) their click handler registering after yours so it doesn't get removed when you recreate the button as it's not attached, yet, at that point.
Haven't been able to find a fix for it though :/
Comment has been collapsed.
Links hidden in "spaces" isn't shown for embedded videos as can be seen in my puzzle.
You should take a look at the posts after the puzzle as well, there's a script for how to use embedded videos a bit more proper. So it doesn't embed them until you actually click it.
Comment has been collapsed.
any chance to add the reverse comments feature like SG++?
Comment has been collapsed.
it actually reverse comments. the most recent one shows first. they shows inversed.
if I want to see the first comment of any gib or thread, I need to scroll down to the bottom.
Comment has been collapsed.
I'll love to see that on extended... I'm using it only for this feature. Thanks for such awesomeness so far! :P
Comment has been collapsed.
https://www.steamgifts.com/giveaways/search?level_min=7
or
with filter
Comment has been collapsed.
Nice job! Very handy tool, thank you.
There is only one thing that bothered me a bit. Why is the fade-effect removed from the entered giveaways? I understand there is an option to completely hide the entered ones from the list but I'd like to seem them while easily distinguish them from the others. I managed to restore the functionality by commenting out the relevant line in the script, I'm just wondering if removing the fade-effect is really necessary and useful.
Comment has been collapsed.
I agree : I like to see the giveaways I've entered, and I like having the "quick enter" button.
But it would be even better if you kept the "grey style". Looking at the button state is not as fast as with just a grey style
Comment has been collapsed.
37 Comments - Last post 12 minutes ago by Cim
61 Comments - Last post 14 minutes ago by reigifts
47,216 Comments - Last post 34 minutes ago by sassdrake
197 Comments - Last post 1 hour ago by GaTh
33 Comments - Last post 3 hours ago by OneManArmyStar
867 Comments - Last post 3 hours ago by tinskiwe
21 Comments - Last post 5 hours ago by MountainWulf
10 Comments - Last post 3 minutes ago by xarabas
109 Comments - Last post 9 minutes ago by RosimInc
54 Comments - Last post 18 minutes ago by ConanOLion
129 Comments - Last post 30 minutes ago by s12333211
12 Comments - Last post 34 minutes ago by HBF1945
18 Comments - Last post 1 hour ago by Sh4dowKill
6 Comments - Last post 1 hour ago by thoughtfulhippo
This is an userscript. It gives you an ability to browse steamgifts faster and more comfortable. Check out the screenshots!!
Note: This script is no longer under active development! PR-s for bug fixes are welcome!
Please Bump! 😀
Steam Group
Bug Reporting
If you like it please donate:
Steam
Browser addons:
You have to install one of them before you install the script!
The userscript:
After you installed the browser addon that need for you. Just open THIS link and click on [Raw] button the browser will automatically offer you to install the script!
Features:
Authors:
You can find the full change log at the top of the source code.
Final notes:
The script isn't under active development since i'm working on my first game I don't really wanna spend so much time on this project. Although I'm trying to do my best to keep it up to date. There some things that not contained by this script. Like features which request other pages when the page loads or manage a database in the background to keep the data fast and safe. I wont implement any feature like them in the feature for reason. I wanted to keep it as fast as possible. if you want features like this there is a lot of userscripts which can bring you them. Most if them also compatible with ESG. Small and creative feature requests and bug reports still welcome. Just keep in mind i might won't be able to implement them immediately.
Screenshots(2016. 05. 12. - Outdated):
Comment has been collapsed.