2 lines
100 B
JavaScript
2 lines
100 B
JavaScript
window.location.href = document.querySelector("meta[http-equiv=refresh]").getAttribute("data-url");
|