Is this the script that shows a green tick here on steamgifts if you own the game on steam ?
I'm not getting the green tick or red cross when i check bundle charts here on steamgifts.
I just installed a new OS and i'm setting up my browser again and can't remember if this is the script or if it was another one.
Comment has been collapsed.
Thanks for the info , so it's not working in my Waterfox browser for some reason.
edit:
It's working now after i logged into steam in the browser.
It used to work even if i wasn't logged in ,maybe it's something to do with my browser cache.
P.S:
Thanks for the update Royalgamer06 !
Comment has been collapsed.
Uncaught TypeError: ignoredApps.includes is not a function
this is recent, tampermonkey was just updated
Comment has been collapsed.
hi, i would like to request if possible
rather than green checkmark for owned i think it's more "visible" if not better to block it and change it's color to green, same goes for wishlist (blue), not owned (white) and ignored (red)
just like rachart enhancer, but this one just block the title
thanks
Comment has been collapsed.
Jep, I have issues too. I synced accounts here at SG and a lot, and I mean A LOT, of apps got removed. Afterwards I went to steam.db to check sales and most games I do already own are not marked at all.
Was there another massive purge by Valve? Because most games neither ESGST nor Steam Web Integration can detect now are so called trash games.
Comment has been collapsed.
I was going to post exactly that as an example, because I'm using RaChart Enhancer at the same time and it seems that it does maintain a cache of the owned games (screenshot attached).
It's like Valve is limiting the size of the JSON returned by the url queried, either the total size of the information delivered (a certain amount of kB in the JSON response) or the number of items in each dataset. When I check the url manually I can see that my rgOwnedApps only reaches appid ~366860, which explains why some games are marked correctly as owned (if their appid is lower than 366860) while others aren't (higher appid, likely affecting more recent games).
Comment has been collapsed.
I can't get this to work on my work computer, I get the following error:
TypeError: can't convert null to object eval line 3 > Function:184:156
refreshBundles moz-extension://4841121c-0d84-463b-9bdc-ace0d25e4306/userscript.html:184:156
onload/</< moz-extension://4841121c-0d84-463b-9bdc-ace0d25e4306/userscript.html:91:25
refreshCards moz-extension://4841121c-0d84-463b-9bdc-ace0d25e4306/userscript.html:177:9
onload/< moz-extension://4841121c-0d84-463b-9bdc-ace0d25e4306/userscript.html:90:21
refreshDecommissioned moz-extension://4841121c-0d84-463b-9bdc-ace0d25e4306/userscript.html:141:9
onload moz-extension://4841121c-0d84-463b-9bdc-ace0d25e4306/userscript.html:89:17
g</< eval:2:479
J/< eval line 1 > Function:31:148
This works on my home computer, same browser and no differences in the script.
Comment has been collapsed.
Figured out the issue.
I had copied the script from my home computer where I apparently had all the cached data the script uses and had later turned some things off. My work browser did not have that cached data since things were off from the start so it broke down.
The script might need some work so it doesn't break down simply from turning things off.
Comment has been collapsed.
If you have endless scrolling via the IndieGala Helper then subsequent pages don't seem to work with this script, and if you have IG Helper set to hide hidden/entered games, the first page might get hidden completely so it won't look like this script is working at all (if you visit individual giveaway pages, it should work there). I dunno if that's the issue you're noticing, and/or if something can be done about that or not (hopefully so).
Comment has been collapsed.
how to hide owned games?
https://i.imgur.com/eZgS27M.png
to seen only unowned games
"p.s. sorry for bad ebg"
Comment has been collapsed.
Try
[...document.querySelectorAll(".swi")].filter(e => e.nextSibling.innerHTML.includes("✔")).forEach(e => {
var el = e;
el.style.display = "none";
while (el.nextSibling && (!el.nextSibling.classList || !el.nextSibling.classList.contains("swi"))) {
if (el.style) el.style.display = "none";
el = el.nextSibling;
}
});
Comment has been collapsed.
I've done clicking a bit.. and I've noticed one more functionality less than in 1.7.7.. steamlvlup com... when you go to store (initial load) it shows nicely which games you own, however, now with 1.8.1 as soon as you do sorting or search on store, script doesn't do it's work anymore. 1.7.7 was working fine on this site.
On the bright side 1.8.1 (unlike 1.7.7) do work with shitty lazyload from oywaykeys and fixes few posts above mentioned problem with ig gift links ^^.
Comment has been collapsed.
Steam Web Integration 1.8.1 in Violentmonkey (source add-on: Chome Web Store) doesn't work. Violentmonkey see script SWI in pages but I don't have markers (I own, I do not have, collector cards, etc.) from the script. I checked both in Opera and Vivaldi. Everything seems to indicate that the script is not compatible with Violentmonkey. Please, do something about it. I sent you an invitation to friends on Steam. If you want, accept it, as soon as I can help.
Comment has been collapsed.
I had the same issue with firefox. 1.8.1 + Violentmonkey was just not working no matter what I did. I installed Tampermonkey and 1.8.1 and it worked again.
So now I have Tampermonkey monkey running for one script and violentmonkey running at the same time for the others. It is at least a temporary workaround.
Comment has been collapsed.
From what I see from the code, with the current version (1.8.3) you can't change the background of the icons (you can change the color of the icons though).
If you want to remove the new black box, it's enough if you edit the script and change
const boxed = true;
into
const boxed = false;
Comment has been collapsed.
It's not in the constants at the start, but if you change the RGB values on line 394, it'll get you a different background. This nets a grey background:
const style = boxed ? position: relative; padding: 2px 4px 2px 4px; margin: auto 4px auto 4px; border-radius: 5px; background: rgba(100, 100, 100, 0.7);
: ``;
Comment has been collapsed.
You edit the script (click on the Tampermonkey icon in your browser and then right click on "Steam Web Integration") and you change:
const boxed = true;
const wantBundles = true;
const wantCards = true;
into
const boxed = false;
const wantBundles = false;
const wantCards = false;
Comment has been collapsed.
16,297 Comments - Last post 4 minutes ago by SebastianCrenshaw
52 Comments - Last post 47 minutes ago by adam1224
206 Comments - Last post 3 hours ago by Joey2741
26 Comments - Last post 4 hours ago by Jarda
31 Comments - Last post 4 hours ago by Pika8
1,519 Comments - Last post 5 hours ago by Tristar
1,798 Comments - Last post 5 hours ago by Cacciaguida
16 Comments - Last post 1 minute ago by Fyoll
18 Comments - Last post 5 minutes ago by MagnificentOne
101 Comments - Last post 13 minutes ago by CultofPersonalitea
122 Comments - Last post 22 minutes ago by dailylhama
40 Comments - Last post 36 minutes ago by NewbieSA
28,249 Comments - Last post 51 minutes ago by thephilosopher555
378 Comments - Last post 53 minutes ago by Tucs
Steam Web Integration
GitHub
FireFox
Chrome
Comment has been collapsed.