Hey! I have an idea how to improve interface! Can u add little percent meter that will show your chance to win in percents. Its easy formula: 100/entries+1 (1 its you) = ur winning chance. For example on Terraria giveaway we have 951 entries: 100/951+1=0,11%
Thank you for attention! Cheers!

1 decade ago*

Comment has been collapsed.

...why? The percent and the fraction are the same thing, and since you only ever get one entry, it's not like it's hard to compare giveaways.

1 decade ago
Permalink

Comment has been collapsed.

Just do it in your head. If there are 900 entries, your odds are 1 in 900.

1 decade ago
Permalink

Comment has been collapsed.

Yea, it shouldn't be that hard to.

1 decade ago
Permalink

Comment has been collapsed.

This is even worse than the other suggestion...

1 decade ago
Permalink

Comment has been collapsed.

you are always have 50% chance. if you won (50%) or if you not (50%). LOL!

1 decade ago
Permalink

Comment has been collapsed.

wtf no lol

1 decade ago
Permalink

Comment has been collapsed.

That is some nice math there.

1 decade ago
Permalink

Comment has been collapsed.

Actually your percentage of winning is 99% is just must of us are unlucky

1 decade ago
Permalink

Comment has been collapsed.

Actually in a giveaway like Skyrim with 3300 people, your chance of winning is 0.03%. :P

1 decade ago
Permalink

Comment has been collapsed.

I AM THE EMBODIMENT OF THE STEAMGIFTS COMMUNITY. WHAT THE HELL IS A JOKE.

1 decade ago
Permalink

Comment has been collapsed.

You could probably hack together something in greasemonkey and add it to the SG Enhancement Add-on (if you have endless scroll enabled)

Here's my hack of it, add this after line 183 (on line 184) in SG Enhancement Addon v1.3.5

Here's a link to the code
edit3: updated where to paste it for v1.3.4 of SEA
edit2: fixed to account for multiple copies, thanks @NemhainUA
edit1: revised so NaN doesn't pop up if 'featured giveaway' isn't open yet

Image of what it does, to steamgift.com, /new, and /open pages, with endless scroll really big image

1 decade ago
Permalink

Comment has been collapsed.

nice work man! thank u a lot!! :D

update: (100/entrues+1)*number_of_copies = ur winning percent

1 decade ago
Permalink

Comment has been collapsed.

Updated, should be snazzy and stuff now

1 decade ago
Permalink

Comment has been collapsed.

something went wrong... it doesnt work :(

1 decade ago
Permalink

Comment has been collapsed.

In that case, I suggest you do a clean install of both scripts - remove the SG Enhancement 1.2.9 script, then re-add it and add my snippet after line 143 (on line 144)

It should come right after this block:

if(elms.length > 0)
{
  if($('div.post').length > 0) { $('div.post').last().after(elms); }
  else { $('div.pagination').first().after(elms); }
}
1 decade ago
Permalink

Comment has been collapsed.

I dont know what i did wrong yesterday but today all works perfect :D Thanks again! :P

1 decade ago
Permalink

Comment has been collapsed.

Nice one, it's bothering to mentally calculate every giveaway. Thanks!

1 decade ago
Permalink

Comment has been collapsed.

Hey, looks very nice, I have installed the SG Enhancement add-on, but no idea about how add your code on Google Chrome. Please help me

1 decade ago
Permalink

Comment has been collapsed.

Download the source (right click, save as) and do the same edits to it in notepad. Then, install it into Chrome (drag and drop it on Google Chrome and install, open the .js file with Google Chrome, etc)

Here's the Steam Enhancement Addon with my addition

1 decade ago
Permalink

Comment has been collapsed.

It worked! Thanks ^^

1 decade ago
Permalink

Comment has been collapsed.

Closed 1 decade ago by NemhainUA.