Skip to content

Instantly share code, notes, and snippets.

@korden32
Created September 7, 2015 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korden32/ac5153c63445b938b786 to your computer and use it in GitHub Desktop.
Save korden32/ac5153c63445b938b786 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name SInventory GoTo
// @author KorDen
// @include *//steamcommunity.com/*/inventory/*
// @version 0.1.0
// @grant none
// ==/UserScript==
$J('.filter_label:first').prepend('<input type=text id=invPage size=2><input type=button value="Go" onClick="g_ActiveInventory.SetActivePage($J(\'#invPage\').prop(\'value\') - 1)"> ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment