mirror of
https://github.com/hexahigh/noRef.git
synced 2025-12-11 20:15:09 +01:00
forgot to change to the new url
This commit is contained in:
parent
2c2e7482d6
commit
a313bfb8eb
2
index.js
2
index.js
@ -1,5 +1,5 @@
|
|||||||
const currentUrl = window.location.href
|
const currentUrl = window.location.href
|
||||||
|
|
||||||
var url = new URL(url_string);
|
var url = new URL(currentUrl);
|
||||||
var c = url.searchParams.get("url");
|
var c = url.searchParams.get("url");
|
||||||
window.location.href = (c)
|
window.location.href = (c)
|
||||||
Loading…
x
Reference in New Issue
Block a user