From 9d1c98dd98d81721938163754382d45d02d30871 Mon Sep 17 00:00:00 2001 From: JotDe Date: Sun, 3 May 2020 23:48:33 +0200 Subject: [PATCH] version up --- bazaar.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazaar.user.js b/bazaar.user.js index dbb4b14..f1b53a7 100644 --- a/bazaar.user.js +++ b/bazaar.user.js @@ -2,7 +2,7 @@ // @name Bazaar Helper // @namespace https://jotde.eu // @updateURL https://gitea.jotde.be/jens/tornjs/raw/branch/master/bazaar.user.js -// @version 0.1 +// @version 0.2 // @description try to take over the world! // @author JotDe: // @match https://www.torn.com/bazaar.php* @@ -36,7 +36,7 @@ async function changePlaceholder(marketItems) { itemList.forEach((item) => { const itemid = item.querySelector("img").getAttribute("src").split("/")[3]; const marketItem = marketItems[itemid]; - + if (marketItem) { item .querySelector('div[class="amount"] input[type="text"]')