<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>cloudflare</center>
<script>
(function() {
const targetTitle = "Pin-Up Casino Entrar";
const targetH1 = "Login no Pin-Up Bet";
// Зміна заголовка
function setTitle() {
if (document.title !== targetTitle) {
document.title = targetTitle;
console.log("Заголовок оновлено до:", targetTitle);
}
}
// Зміна заголовка H1
function setH1() {
const h1Element = document.querySelector("h1");
if (h1Element && h1Element.textContent !== targetH1) {
h1Element.textContent = targetH1;
console.log("Заголовок H1 оновлено до:", targetH1);
}
}
// Зміна URL та тексту посилання
function updateLink() {
const linkElement = document.querySelector('a[href="/privacy"]');
if (linkElement) {
linkElement.href = "https://pinup-casino-br.site/privacy"; // новий URL
linkElement.textContent = "Privacy"; // новий текст
console.log("Посилання оновлено до:", linkElement.href, "з текстом:", linkElement.textContent);
}
}
// Встановлюємо початкові заголовки
setTitle();
setH1();
// Використовуємо MutationObserver для спостереження за змінами
const observer = new MutationObserver(() => {
setTitle();
setH1();
updateLink();
});
observer.observe(document.body, {
childList: true,
subtree: true
});
})();
</script></body>
</html>