- ID de l'analyse :
- 30673b87-f330-4689-8bfa-e74658706c2eTerminée
- URL soumise :
- https://ptoszek.pl/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 55 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 |
init | function |
initChildWindow | function |
initParentWindow | function |
attemptToTakeoverReferrerWindow | function |
isParentSameOrigin | function |
confirmPageUnload | function |
registerProtocolHandlers | function |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!--
ptoszek.pl
Powered by Jaczup
My version (ptoszek.pl):
- https://github.com/jaczup/ptoszek.pl
Original version (theannoyingsite.com):
- https://github.com/feross/TheAnnoyingSite.com/
Contact with me: https://jaczup.pl
Contributors:
@jaczup - https://github.com/jaczup
Dziurwa był tutaj 🚎
--><!DOCTYPE html><html><head>
<title>Ptoszek</title>
<meta charset="UTF-8">
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir,
'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial,
sans-serif;
overflow: hidden;
}
.hello-message {
margin: 40px;
text-align: center;
}
.logout-messages {
pointer-events: none;
color: red;
margin: 40px;
position: fixed;
top: 0;
left: 0;
text-shadow: 2px 2px #FFF, 4px 4px 10px #000;
}
img {
width: 300px;
}
@keyframes blurslowly {
0% {
filter: none;
}
92% {
filter: blur(0);
}
96% {
filter: blur(1px);
}
100% {
filter: blur(0);
}
}
body {
animation-name: blurslowly;
animation-iteration-count: infinite;
animation-duration: 15s;
animation-play-state: running;
}
</style>
<link rel="icon" type="image/x-icon" href="ptok.jpg">
<meta property="og:title" content="Ptoszek">
<meta property="og:type" content="website">
<meta property="og:url" content="https://ptoszek.pl">
<meta property="og:image" content="https://ptoszek.pl/media/images/ptok.jpg">
<meta property="og:description" content="Obejrzyj zdjęcia Ptaków za frytę!">
<meta name="keywords" content="ptoszek, ptok, ptoszek.pl, ptok.pl">
<meta name="description" content="Obejrzyj zdjęcia Ptaków za frytę!">
<meta name="theme-color" content="#34eb7d">
</head>
<body>
<noscript>Po coś tego JavaScript wyłączył bamboszu!</noscript>
<template>
<div class="hello-message">
<h1>Siemano kolano!</h1>
<h2>We no walnij 3 razy w spacje.</h2>
<h3>(albo kliknij w ptoszka)</h3>
<img src="media/images/intro.gif" alt="Cute ptok">
</div>
<div class="logout-messages"></div>
</template>
<script src="index.js"></script>
<div class="hello-message">
<h1>Siemano kolano!</h1>
<h2>We no walnij 3 razy w spacje.</h2>
<h3>(albo kliknij w ptoszka)</h3>
<img src="media/images/intro.gif" alt="Cute ptok">
</div>
<div class="logout-messages"></div>
<video src="media/videos/duck.mp4" loop="" autoplay="" style="position: fixed; width: 1px; height: 1px; overflow: hidden; top: -10px; left: -10px;"></video>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-6S5388LRGM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6S5388LRGM');
</script>
</body></html>