Skip to content

Commit

Permalink
Update Steam_Card_Exchange_Watchlist_Synchronizer.user.js
Browse files Browse the repository at this point in the history
Laurvin authored Jul 16, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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
@@ -12,6 +12,8 @@
// @run-at document-idle
// ==/UserScript==

/* globals jQuery, $ */

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

0 comments on commit 456281a

Please sign in to comment.