Actually in a giveaway like Skyrim with 3300 people, your chance of winning is 0.03%. :P
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
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); }
}
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)
Comment has been collapsed.
213 Comments - Last post 8 minutes ago by SeaGoblin
170 Comments - Last post 34 minutes ago by Freilyreydia
34 Comments - Last post 40 minutes ago by Bomfist
2,284 Comments - Last post 1 hour ago by Axelflox
16,599 Comments - Last post 1 hour ago by HomieOhmie
534 Comments - Last post 2 hours ago by Hawkingmeister
258 Comments - Last post 2 hours ago by RobbyRatpoison
329 Comments - Last post 1 minute ago by skylarkblue1
502 Comments - Last post 5 minutes ago by MayoSlice
130 Comments - Last post 18 minutes ago by ThePonz
1,536 Comments - Last post 19 minutes ago by SeaGoblin
29,264 Comments - Last post 36 minutes ago by herbesdeprovence
123 Comments - Last post 46 minutes ago by Daniellejake
1 Comments - Last post 48 minutes ago by steveywonder75
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!
Comment has been collapsed.