Files
hnsau/assets/js/handshake.js
2022-02-03 14:10:43 +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");
}