STEAM GROUP
St​eam Inventory Service S​teamINV
STEAM GROUP
St​eam Inventory Service S​teamINV
136
IN-GAME
635
ONLINE
Founded
23 May, 2015
Language
English
Userscript for checking user's game inventories count
I have made some short userscript that shows how many game inventories user has

https://github.com/LiteOnE/Steam-Scripts/blob/master/Game-Inventories-Count.user.js

It adds a block with information at inventory page

15.04.18 UPD: Now the script shows the total count of associated games at the St​eam Inventory Service Group
Last edited by ⸻⸻⸻luty⁧󠀠⁧⸻⸻⸻; 14 Apr, 2018 @ 4:55pm
< >
Showing 1-3 of 3 comments
X-Flix 29 Oct, 2017 @ 11:26am 
Thx :) using it now
Kryzoid 13 Apr, 2018 @ 2:39pm 
Similar thing for associated games lists on group pages:
const tabs = document.querySelectorAll(".group_associated_game").length; document.querySelector(".rightbox_content_header").innerText += ` (${tabs})`;
Originally posted by kryzoid:
Similar thing for associated games lists on group pages:
const tabs = document.querySelectorAll(".group_associated_game").length; document.querySelector(".rightbox_content_header").innerText += ` (${tabs})`;

Updated the script with this feature, thanks!
< >
Showing 1-3 of 3 comments
Per page: 1530 50