Greasy Fork is available in English.
Standalone Steam profile tools: CSRep button, Steam ID info box, ban status, joined date, and Open in Steam button.
Standalone Tampermonkey userscript that adds practical profile and store-page tools to Steam.
Store header actions

Purchase actions

Profile tools

Open client button on Steam store app pages using steam://store/<appId>.Community Hub button to match the added controls.main.js.The script runs on:
https://steamcommunity.com/id/*https://steamcommunity.com/profiles/*https://steamcommunity.com/app/*https://store.steampowered.com/app/*https://store.steampowered.com/agecheck/*https://store.steampowered.com/*/agecheck*The userscript metadata requests:
GM_xmlhttpRequest for external rating lookups.@connect www.gamespot.com@connect www.gamerankings.comSteam profile data is fetched from the current Steam profile page with ?xml=1.
This repository is intentionally simple:
main.js contains the complete userscript, including embedded visual assets.main.js, then reload or reinstall the userscript in your userscript manager.MIT, as declared in the userscript metadata.