Skip to content

Commit

Permalink
Update Steam_Card_Exchange_Watchlist_Synchronizer.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurvin authored Jul 16, 2020
1 parent d8b7d36 commit 456281a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Steam_Card_Exchange_Watchlist_Synchronizer.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @namespace Steam Card Exchange Watchlist Synchronizer
// @author Laurvin
// @description Synchs with actual Steam Inventory
// @version 3.2
// @version 3.3
// @icon http://i.imgur.com/XYzKXzK.png
// @downloadURL https://github.com/Laurvin/Steam-Card-Exchange-Watchlist-Synchronizer/raw/master/Steam_Card_Exchange_Watchlist_Synchronizer.user.js
// @include http://www.steamcardexchange.net/index.php?userlist
Expand All @@ -12,6 +12,8 @@
// @run-at document-idle
// ==/UserScript==

/* globals jQuery, $ */

var Steamids = [];
var InventoryAmounts = {};
var CardAmounts = {};
Expand Down

0 comments on commit 456281a

Please sign in to comment.