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) => {