Skip to content

tddebart/Steam-SteamDB-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam-SteamDB-addon

An addon for the steam client that integrates the SteamDB browser addon (https://github.com/SteamDatabase/BrowserExtension)

Installation

  1. Install SFP Patcher from here for instruction go here
  2. Enable "Inject javascript" in the SFP Patchers settings
  3. Proceed into your skins folder.
  4. Download this addon from here

Creating a new skin

  1. Create a new folder in you skins folder
  2. Extract the zip into the new folder
  3. Select the skin in SFP
  4. Done, open a steam store page and you should now see two extra buttons at the top, if not then try to install again Steam store successful

Add to existing skin

  1. Open your skin folder
  2. Extract only the SteamDB folder from the zip, without the root webkit.js and webkit.css
  3. Add import "./SteamDB/webkit.js"; to the top of your skin webkit.js file
  4. Add @import "./SteamDB/webkit.css"; to the top of your skin webkit.css file
  5. Done, open a steam store page and you should now see two extra buttons at the top, if not then try to install again Steam store successful

Known issues

  • 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)