I can't replicate the issue. What version are you using?
Comment has been collapsed.
Can you please explain to me how I can recreate your issue?
Comment has been collapsed.
I’ll try to do different experiments later on, I still don’t quite understand what’s wrong with me. it is only logical that the part of the script that receives data about banned games ceases to work out correctly and blocks further display of information. those. the script stumbles in this place in my case.
Comment has been collapsed.
Thank you for UserScript, its awesome. Please help me with exclude script from working on some domains. For example i need to block it on randomwebsite.com. I try to do something in settings, but nothing happen. I add this line to User excludes, maybe i do something wrong:
/^https?\:\/\/(.+.steampowered|steamcommunity|randomwebsite).com\/(?!groups\/groupbuys).*/
Comment has been collapsed.
Just add another exclude rule https://wiki.greasespot.net/Include_and_exclude_rules
Comment has been collapsed.
u need to add it again. remove the download and update line to disable autoupdates
Comment has been collapsed.
I don't actively support it. If it works, it works.
Comment has been collapsed.
Is it possible to use the extension on steam activity page?
https://steamcommunity.com/id/yourID/home/
(you could quickly see what your friends bought and if you own the game or if it has trading cards)
Comment has been collapsed.
Thank you :)
EDIT:
I don't seem to find an option to "highlight" games with Trading cards on augmented steam, however it is definitely an improvement.
Comment has been collapsed.
Hey, so I just changed Enhanced Steam for Augmented Steam, and I think something about the "current best" and "historic low" prices that appear on each store page is not working with regional prices (I'm using it to only show prices on the Steam store itself). The prices for current best and historic low are just the US store prices converted to my currency instead of using the actual prices from my region store. It is easy to tell since the current best is always higher than what the actual current price of the game on the Steam store. How can I fix it? Thanks ^^
Comment has been collapsed.
In Tampermonkey -> Steam Web Integration -> Settings, you can untick Original excludes
, and create a new custom entry below like /^https?\:\/\/(.+.steampowered|steamcommunity).com\/(?!(groups\/groupbuys|id\/luckz\/home\/)).*/
(of course replacing my name with your custom URL)
I believe this will survive script updates, since it doesn't modify the script itself.
Of course should the script's excludes
entry be changed, you'd have to craft a new one / modify it, but that doesn't really happen.
Comment has been collapsed.
Any news about Restricted games (low confidence metric) fix?
Script shows all new games as restricted, Valve approval is ignored.
Comment has been collapsed.
It was working yesterday, but it isn't working today, from what I can tell...
Comment has been collapsed.
I don't use this script at all, but error 500 when visiting http://store.steampowered.com/dynamicstore/userdata/
Seems it's a valve problem?
Comment has been collapsed.
can't get https://revadike.com/swi/settings
added game, but script does not show it as owned
Comment has been collapsed.
Currently not working for me, been using this for years now
Comment has been collapsed.
Still working for me. Try reinstalling the script.
Comment has been collapsed.
Ok... all the icons then, huh?
Well sucks for you, it's still working for the rest of us.
Comment has been collapsed.
The whole point though is to have a universal solution. Otherwise, it would just be better to have a separate addon for each website you use.
Comment has been collapsed.
I get that, but I this causes high CPU usage and seriously lags at least Firefox when it's active on all sites = unusable without limiting the sites to few ones where it actually is useful. Do I need this addon for example in Youtube? I definitely don't.
But, up to you...
Comment has been collapsed.
[UserScript] Steam Web Integration
INTRODUCTION
I originally wanted to extend this userscript, but I figured that this could be useful for broader applications. For example, a have-list on steam trades with steam links to the game, or a indie bundle page with steam links to the games. It is fully compatible with my Have List Filter userscript. All it does it check each web page for links to store.steampowered.com/app and store.steampowered.com/sub, check if you own or wishlisted it and display a little icon.
FEATURES
DOWNLOAD
INSTRUCTIONS
FAQ
Why are the ownership/wishlist icons not working or incorrect?
Just make sure you are logged in to steam with the right account in your web browser and visit this page and refresh until you can see all your data is loaded (you will see this if it is not loaded).
Why doesn't it work for me?
I don't know. Be sure to contact me and provide me the log/error from the JavaScript console, if there is any.
Post here
Can I suggest a feature?
Yes, absolutely!
Post here
CHANGELOG
FIND LATER VERSIONS HERE
Version 1.6
Added support for trading cards icon.
Version 1.5
Added support for games that were removed or delisted on Steam.
Version 1.3
Implemented caching of data and added support for dynamically generated content.
Version 1.2
Prevented alerts from showing when in incognito mode
Version 1.1
Added support for agecheck links
Version 1.0
CREDITS
SCREENSHOTS
Comment has been collapsed.