From a313bfb8ebc24ab474f5b9a7e71f56587b5541a6 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 23 Aug 2023 14:24:47 +0200 Subject: [PATCH] forgot to change to the new url --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8e1ea11..4910ca9 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ const currentUrl = window.location.href -var url = new URL(url_string); +var url = new URL(currentUrl); var c = url.searchParams.get("url"); window.location.href = (c) \ No newline at end of file