Hm, it's hard for me to figure this one out from my end. Could you open an issue on github for this please and add the html code that you get when you visit this link?
Comment has been collapsed.
I've updated it, and now it's showing me "1.00 p" instead of the real price for about a half of the games, Kathy Rain, or Spec Ops: The Line for example.
It's showing me correct prices for another half of the games, like Crypt of the Necrodancer, or Stardew Valley.
Comment has been collapsed.
I can't reproduce this on my side. Where are you from? It may be connected to your language settings. Could you open an issue on github for this please and add the html code that you get when you visit this link?
Comment has been collapsed.
No, SG intentionally removed features related to sales and pricing, which is why the script is getting more attention.
Comment has been collapsed.
What does "invalid date" for a bundle mean? I see it on giveaways like this:
Comment has been collapsed.
This game has been bundled, but it's not showing that:
https://www.steamgifts.com/giveaway/V42aY/stories-of-bethem-full-moon
https://isthereanydeal.com/specials/#/search:storiesofbethemfullmoonedition
Comment has been collapsed.
You're right. For some games my algorithm for generating the itad.com URL does not work and will therefore display wrong / no results, e.g. because there was a similar named game before or, like in this case, apparently the "slot" is already occupied with the pre-greenlight version of the game..
I won't fix this with a more sophisticated algorithm, but in a case like this, I can add an exception for that game. Just give me an short notice with a link to a SG GA and the correct itad.com link (just like you did here) If you update now, that game should work.
If somebody wants to improve the algorithm (or anything else in this or any of my other scripts), contributions are always welcome. Just make a pull request on github.
Comment has been collapsed.
I have borrowed the encodeName function from your script for this request, I hope you don't mind. Pretty useful your script btw :D
Comment has been collapsed.
is it just me or is the bundle tracking part of this script no longer working?
Comment has been collapsed.
Well, it works on some games. But I know for a fact that Poker Night 2 was in earlier bundle (also checked it against is there any deal?) but the script isn't showing it.
Comment has been collapsed.
Never mind, I fixed it by cleaning all appdata from chrome, seems to be working nog. Wierd though! huh?
Anyways, thank you for the support! Great extention!
Comment has been collapsed.
Your welcome, and thanks :-)
Since it was resolved by clearing your AppData I guess your localStorage was full. There was a user with that problem a while ago in the SG Bookmarks thread.
Comment has been collapsed.
Saw that one too, but I never got any warnings. Ow well, it's fixed now :)
Comment has been collapsed.
30 Comments - Last post 51 minutes ago by BarbaricGenie
16,536 Comments - Last post 58 minutes ago by Fluffster
1,025 Comments - Last post 1 hour ago by MaxLevch
12 Comments - Last post 1 hour ago by thoughtfulhippo
24 Comments - Last post 1 hour ago by Akylen
19 Comments - Last post 2 hours ago by AdJ
59 Comments - Last post 2 hours ago by K1R4D3L
32 Comments - Last post 1 minute ago by zeprfrew
165 Comments - Last post 3 minutes ago by CuteEnby
51 Comments - Last post 27 minutes ago by Axelflox
13 Comments - Last post 38 minutes ago by Gevin
3,605 Comments - Last post 42 minutes ago by yugimax
8,393 Comments - Last post 46 minutes ago by yugimax
11 Comments - Last post 49 minutes ago by Inkyyy
Hi there,
I wrote another script that incorporates data from IsThereAnyDeal.com on the giveaway page.
When you enter a GA page, the script loads the game's IsThereAnyDeal page and fetches the current best price as well as a list of bundles that contain(ed) the game. It displays all data on the left panel below the "Stores" panel. Active bundles are highlighted. You can click the link in the "Stores" section to get to the "Info" page on itad.com.
TL;DR
Install
You'll need a scriptmanager like Tampermonkey in Chrome or Greasemonkey in Firefox to install this script
Comment has been collapsed.