Files
hnsau/handshake.js
Nathan Woodburn f822682b0e Updated location
2022-02-03 15:03:47 +11:00

6 lines
250 B
JavaScript

if (window.location.hostname != document.currentScript.getAttribute('domain')){
window.location.href = "https://" + document.currentScript.getAttribute('domain') + window.location.pathname;
}
else{
console.log("Already Redirected");
}