This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Steam Economy Enhancer | |
// @namespace https://github.com/Nuklon | |
// @author Nuklon | |
// @license MIT | |
// @version 5.8.0 | |
// @description Enhances the Steam Inventory and Steam Market. | |
// @include *://steamcommunity.com/id/*/inventory* | |
// @include *://steamcommunity.com/profiles/*/inventory* | |
// @include *://steamcommunity.com/market* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Steam Key Quick Activator | |
// @namespace http://pedrofracassi.me/ | |
// @version 1.2 | |
// @description Activates Steam Keys Quickly! | |
// @author Pedro Fracassi (http://pedrofracassi.me) | |
// @match https://store.steampowered.com/account/registerkey?key=* | |
// @grant none | |
// @run-at document-end | |
// ==/UserScript== |