I have 35 games on my Wishlist, but seeing as I've been PC-less for coming up to 6 months now, I've not been concentrating on adding or removing any games from that list
Printable View
I have 35 games on my Wishlist, but seeing as I've been PC-less for coming up to 6 months now, I've not been concentrating on adding or removing any games from that list
Wishlist? I dont wishlist, I just purchase! :D Oh wait.... thats right, I am white trash poor.
I have 26. I tend to mark only the games I really want badly. Usual story of backlog being so long, I really dont want to (cant) purchase just anything.
I only have 11 games in the wishlist, I constant cull it and remove ones that I have changed my mind.
If I weren't lazy, I'd have as many games on my wishlist as what are in [MENTION=17]MetalSoup[/MENTION]'s library...but I am, so I dont. Its tedious to manage :)
On topic:
What is your current Wishlist worth?
Mine = $365.33
I have
Amazing spiderman 1&2
Volo Airsport
Road Redemption
Arma 3
and IL2- Cliffs of Dover
I use my wishlist to track when they go on sale.
I should take Amazing spiderman off because they never go on a decent sale. Damn activision.
If the script is not broken, mine is worth $1292.
Drop the following script into Chrome's console while you are on your Steam Wishlist page and press enter.
javascript:var iTot=0;var elem = document.getElementsByTagName('div');for(var i = 0; i < elem.length; i++){if((elem[i].className == "price")||(elem[i].className == "discount_final_price")){if(elem[i].innerText.length>0){var iTemp=parseFloat(elem[i].innerText.replace("$",""));iTot = iTot + iTemp;};};}alert(iTot);
Make sure there are no lines inserted when you copy and paste it.
I tried it on firefox as well but it did not work.