An addon for the steam client that integrates the SteamDB browser addon (https://github.com/SteamDatabase/BrowserExtension)
- Install SFP Patcher from here for instruction go here
- Enable "Inject javascript" in the SFP Patchers settings
- Proceed into your skins folder.
- Download this addon from here
- Create a new folder in you skins folder
- Extract the zip into the new folder
- Select the skin in SFP
- Done, open a steam store page and you should now see two extra buttons at the top, if not then try to install again
- Open your skin folder
- Extract only the SteamDB folder from the zip, without the root webkit.js and webkit.css
- Add
import "./SteamDB/webkit.js";
to the top of your skinwebkit.js
file - Add
@import "./SteamDB/webkit.css";
to the top of your skinwebkit.css
file - Done, open a steam store page and you should now see two extra buttons at the top, if not then try to install again
- Last Depots Update, player count and lowest recorded price don't work because the api is blocked by CORS (if anyone knows a way to fix this you're free to open a pr)