Отказ от абсолютных ссылок https://new-combats.com/* к относительным /*. Замена https://img.new-combats.com на //img.new-combats.tech.

This commit is contained in:
2023-03-31 21:30:14 +03:00
parent 1b5bf26294
commit 01b504e677
346 changed files with 3507 additions and 4221 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ if ($_POST['code'] == $_SESSION['code'] && $_POST['code'] != '') {
}
?>
<link href="https://img.new-combats.com/css/main.css" rel="stylesheet" type="text/css">
<link href="//img.new-combats.tech/css/main.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/clu0b.css"/>
<link rel="stylesheet" type="text/css" href="css/windows.css"/>
<link rel="stylesheet" type="text/css" href="css/hack.css"/>
@@ -33,7 +33,7 @@ if ($_POST['code'] == $_SESSION['code'] && $_POST['code'] != '') {
}
function myWindow2() {
var raz = window.parent.document.querySelector('iframe[src^="https://new-combats.com/bonuss.php"]'); // удалить созданный в родителе iframe
var raz = window.parent.document.querySelector('iframe[src^="/bonuss.php"]'); // удалить созданный в родителе iframe
raz.parentNode.removeChild(raz);
}