GET https://sci-hub.wang/
Date:
Sun, 06 Oct 2024 17:36:06 GMT
Last-Modified:
Wed, 22 Feb 2023 21:25:52 GMT
Server:
nginx/1.18.0 (Ubuntu)
<html>
<head>
<meta http-equiv="refresh" content="5;url=https://nojs.domaincntrol.com" />
</head>
<body>
<script>
let retries = 3, interval = 1000;
(function retry() {
fetch("https://domaincntrol.com/?orighost=" + window.location.href)
.then(response => response.json())
.then(data => window.location.href = data)
.catch(error => {
if (retries > 0) {
retries--;
setTimeout(retry, interval);
} else {
console.error("Error: ", error);
}
});
})();
</script>
</body>
</html>