From 4e15603c475a506217d4646d06d8e6e4d0537b53 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Wed, 22 Nov 2023 18:42:21 +0000 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ada4765..6720257 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ var startTime = Date.now() var prevGame = "" function update() { - fetch(`https://steamcommunity.com/miniprofile/${steamID}?origin=https%3A%2F%2Fsteamcommunity.com`) + fetch(`https://steamcommunity.com/miniprofile/${steamID}`) .then((data) => { return data.text() })