diff --git a/index.html b/index.html index 268c8de..17ade67 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,8 @@ - + + @@ -20,53 +21,81 @@
@@ -96,6 +125,13 @@

&udm=14: t
     document.addEventListener( { document.getElementById("default-search").focus(); }); + + if (window.location.search.includes("?r=")) { + const redirectQUERY = window.location.search.replace("?r=", ""); + const redirectURL = "https://www.google.com/search?q=" + redirectQUERY + "&udm=14"; + window.location.href = redirectURL; + } - + + \ No newline at end of file