1
2
3
4
5
function run() {
const target = new URL(document.URL);
target.hostname = "esm.town";
window.location = target;
}