- ID de exploración:
- 8acbd77f-afd3-44c9-b9a6-db65e35b04b0Finalizado
- URL enviada:
- https://megayashchik.ru/xAIz5ClykZ
- Informe finalizado:
Enlaces: 1 encontrados
Los enlaces salientes identificados en la página
Enlace | Texto |
---|---|
https://t.me/Orprankbot | @Orprankbot |
Variables JavaScript: 5 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
sendNotify | function |
buttonClick | function |
Mensajes de registro de la consola: 0 encontrados
Mensajes registrados en la consola web
HTML
El cuerpo HTML sin procesar de la página
<!DOCTYPE html><html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Получение МегаЯщика - BrawlStars</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Open+Sans&display=swap">
<link rel="stylesheet" href="/static/dist.css">
<style>
.bot_button {
padding: 10px 20px;
display: flex;
font-family: Roboto;
color: white;
text-align: center;
width: fit-content;
font-size: 16px;
align-items: center;
gap: 15px;
cursor: pointer;
background: #2871ff;
border: 1px solid #2871ff;
border-radius: 10px;
transition: 0.3s;
}
</style>
</head>
<body>
<audio id="myAudio" src="/static/audio.mp3" loop=""></audio>
<img class="w-screen h-screen flex justify-center items-center object-cover bg-black overflow-hidden cursor-pointer" id="content" src="/static/mega.JPEG">
<div id="close" class="absolute rounded-xl top-2 right-2 bottom-auto left-auto text-white bg-red-500 px-4 py-2 flex justify-center items-center font-bold text-2xl pointer-events-none">
✕
</div>
<div class="w-screen h-screen flex justify-center items-center bg-black overflow-hidden cursor-pointer" id="after" style="display: none">
<div class="bg-neutral-600 max-w-3xl w-full h-fit p-6 m-4 rounded-xl shadow-xl">
<p class="text-white text-center">
Тебя пранканули через бота
<a href="https://t.me/Orprankbot" class="text-blue-500">
@Orprankbot
</a>
</p>
<br>
<div class="w-full flex justify-center">
<button class="bot_button" onclick="location.href='https://t.me/Orprankbot?start=site'">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.7097 3.6545C20.7097 3.6545 22.6523 2.897 22.4904 4.73664C22.4365 5.49415 21.9508 8.1454 21.573 11.0131L20.278 19.5079C20.278 19.5079 20.17 20.7524 19.1987 20.9688C18.2273 21.1852 16.7704 20.2113 16.5005 19.9949C16.2847 19.8326 12.4534 17.3977 11.1043 16.2074C10.7265 15.8827 10.2948 15.2335 11.1582 14.476L16.8244 9.06525C17.4719 8.41595 18.1194 6.90095 15.4213 8.7406L7.86655 13.8808C7.86655 13.8808 7.00315 14.4219 5.3843 13.9349L1.87671 12.8527C1.87671 12.8527 0.581605 12.0411 2.79408 11.2295C8.19035 8.68645 14.8278 6.0893 20.7097 3.6545Z" fill="white"></path>
</svg>
Перейти в @Orprankbot
</button>
</div>
</div>
</div>
<script type="text/javascript">
const audioElement = document.getElementById("myAudio");
const after = document.getElementById("after");
const content = document.getElementById("content");
const crestik_suka = document.getElementById("close");
let hasClicked;
async function sendNotify() {
const params = new URLSearchParams(window.location.search);
const chatId = window.location.href.split("/");
try {
const response = await fetch("/notify", {
method: "POST",
headers: {
"Content-Type": "application/x-www-form-urlencoded",
},
body: new URLSearchParams({
chatId: chatId[chatId.length - 1],
}),
});
if (response.ok) {
console.log("Отлично!");
} else {
console.error("Ошибка при отправке:", await response.text());
}
} catch (error) {
console.error("Ошибка при отправке:", error);
}
}
window.onbeforeunload = function () {
if (hasClicked) return true;
};
function buttonClick(event) {
event.preventDefault();
sendNotify();
if (!hasClicked) hasClicked = true;
audioElement.volume = 1.0;
audioElement.play();
content.style.display = "none";
after.style.display = "flex";
}
content.addEventListener("click", buttonClick);
</script>
</body></html>