Created
November 15, 2014 02:15
-
-
Save pilate/2f536b1771b57f9afc9f to your computer and use it in GitHub Desktop.
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== | |
// @id FixMarket12321321 | |
// @name FixMarket | |
// @version 1.0 | |
// @namespace AB | |
// @author Pilate | |
// @description Fixes broken item tooltips on market pages | |
// @include http://steamcommunity.com/market/* | |
// @run-at document-end | |
// ==/UserScript== | |
unsafeWindow.BShouldSuppressFades = function () { return true; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment