Skip to content

Instantly share code, notes, and snippets.

@neckothy
Last active June 30, 2024 19:41
Show Gist options
  • Save neckothy/aa130cdba01a5089b898416596f7a848 to your computer and use it in GitHub Desktop.
Save neckothy/aa130cdba01a5089b898416596f7a848 to your computer and use it in GitHub Desktop.
open steam community or store pages in the steam client using steam://openurl/{url}
javascript:(() => {if (window.location.href.startsWith("https://steamcommunity.com/") || window.location.href.startsWith("https://store.steampowered.com/")) {window.location = "steam://openurl/" + window.location.href;}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment