Случайная страница

Ваша страница: Start

castopia_logo1x1.png

Идёт загрузка случайной страницы

<html>
<head>
    <title>iframe Redirect</title>
    <!-- © James Kanjo 2009 -->
</head>
<body>
    <script type="text/javascript">
     strReferrer = document.referrer + "/";
     if(strReferrer.match(/\/noredirect\/(true|t)\//)) {
     document.write("This redirect has been disabled by the <b>/noredirect/true/<\/b> code in the URL.<br><br>It would normally redirect to:<br>" + window.location.hash.substring(1));
     } else {
     window.parent.location.replace(window.location.hash.substring(1));
     }
 
setTimeout(() => {
  let iframes = document.querySelectorAll("body > :is(div:nth-last-child(2), div:nth-last-child(1)) > iframe")
  iframes.forEach((iframe) => {
    let iframeResizeSrc = iframe.src
    iframe.src = iframeResizeSrc.replace("undefined", "castopia.obscurative.ru")
  })
}, 2000)
    </script>
</body>
</html>

Не обращайте внимания на этот блок.

Пока не указано иное, содержимое этой страницы распространяется по лицензии Creative Commons Attribution-ShareAlike 3.0 License