From 2243a421f7a37d694a85bd977fe48e9fd0afff0c Mon Sep 17 00:00:00 2001 From: TheArrayser Date: Sat, 18 Jan 2025 15:33:05 +0100 Subject: [PATCH] undo encode uri component --- query.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/query.html b/query.html index e42e598..5be8e6f 100644 --- a/query.html +++ b/query.html @@ -99,7 +99,7 @@ return; } - document.location.href = window.location.protocol + "//" + encodeURIComponent(contents) + "." + window.location.hostname; + document.location.href = window.location.protocol + "//" + contents + "." + window.location.hostname; } window.onload = (event) => {