forked from scholtzm/steam-trade-offer-enhancer
-
Notifications
You must be signed in to change notification settings - Fork 3
/
steam.trade.offer.enhancer.meta.js
executable file
·21 lines (21 loc) · 1.17 KB
/
steam.trade.offer.enhancer.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// ==UserScript==
// @name Steam Trade Offer Enhancer
// @description Browser script to enhance Steam trade offers.
// @version 2.2.3
// @author Julia
// @namespace http://steamcommunity.com/profiles/76561198080179568/
// @updateURL https://github.com/juliarose/steam-trade-offer-enhancer/raw/master/steam.trade.offer.enhancer.meta.js
// @downloadURL https://github.com/juliarose/steam-trade-offer-enhancer/raw/master/steam.trade.offer.enhancer.user.js
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// @grant unsafeWindow
// @run-at document-end
// @include /^https?:\/\/(.*\.)?backpack\.tf(:\\d+)?\/(stats|classifieds).*/
// @include /^https?:\/\/(.*\.)?backpack\.tf(:\d+)?\/(?:id|profiles)\/.*/
// @include /^https?:\/\/steamcommunity\.com\/market\/listings\/440\/.*/
// @include /^https?:\/\/steamcommunity\.com\/(?:id|profiles)\/.*\/inventory(\/$|\?|$)/
// @include /^https?:\/\/steamcommunity\.com\/(?:id|profiles)\/[^\/]+(\/$|\?|$)/
// @include /^https?:\/\/steamcommunity\.com\/(?:id|profiles)\/.*\/tradeoffers/
// @include /^https?:\/\/steamcommunity\.com\/tradeoffer.*/
// ==/UserScript==