- ID de l'analyse :
- 1486c8ad-c06e-4607-bc87-25bb08a6911dTerminée
- URL soumise :
- https://poop.com/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 16 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 |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
gtag | function |
dataLayer | object |
toggleVideo | function |
google_tag_manager | object |
google_tag_data | object |
onYouTubeIframeAPIReady | function |
Messages de journal de console : 6 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
warning | other |
|
startGroupCollapsed | other |
|
log | other |
|
log | other |
|
log | other |
|
endGroup | other |
|
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">
<title>poop.com</title>
<meta name="description" content="poop.com">
<meta itemprop="name" content="poop.com">
<meta itemprop="url" content="https://poop.com">
<meta itemprop="description" content="poop.com">
<meta itemprop="thumbnailUrl" content="https://poop.com/share.jpg">
<link rel="image_src" href="https://poop.com/share.jpg">
<meta itemprop="image" content="https://poop.com/share.jpg">
<link rel="shortcut icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💩</text></svg>">
<link rel="canonical" href="https://poop.com">
<meta property="og:site_name" content="poop.com">
<meta property="og:title" content="poop.com">
<meta property="og:url" content="https://poop.com">
<meta property="og:type" content="website">
<meta property="og:description" content="poop.com">
<meta property="og:image" content="https://poop.com/share.jpg">
<meta property="og:image:width" content="1500">
<meta property="og:image:height" content="1950">
<meta name="twitter:title" content="poop.com">
<meta name="twitter:image" content="https://poop.com/share.jpg">
<meta name="twitter:url" content="https://poop.com">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="poop.com">
<style>
body {
padding: 0;
margin: 0;
overflow: hidden;
-webkit-tap-highlight-color: transparent;
}
.container {
--ratio: 1.5;
--vertOffset: 300px;
--height: calc(100lvh + var(--vertOffset) * 2);
position: fixed;
inset: calc(var(--vertOffset) * -1) min(0px, (var(--height) * var(--ratio) - 100vw) / -2);
min-width: 100%;
aspect-ratio: var(--ratio);
height: var(--height);
cursor: pointer;
}
iframe {
width: 100%;
height: 100%;
pointer-events: none;
user-select: none;
}
</style>
<!-- Google tag (gtag.js) -->
<script type="text/javascript" id="www-widgetapi-script" src="https://www.youtube.com/s/player/28f14d97/www-widgetapi.vflset/www-widgetapi.js" async=""></script><script type="text/javascript" async="" src="https://www.youtube.com/iframe_api"></script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-HZ9M169DTK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HZ9M169DTK');
</script>
</head>
<body>
<div class="container" onclick="toggleVideo()">
<iframe src="https://www.youtube.com/embed/2vjPBrBU-TM
?playlist=2vjPBrBU-TM
&playsinline=1
&autoplay=1
&loop=1
&mute=1
&rel=0
&controls=0
&fs=0
&color=white
&disablekb=1
&enablejsapi=1
&iv_load_policy=3
" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" data-gtm-yt-inspected-6="true" id="814907024" title="Sia - Chandelier (Official Video)"></iframe>
</div>
<script>
console.groupCollapsed('%c Modern English 💩', 'color: black; background: #EFDECD; padding: 4px; font-size: 12px; font-weight: bold;');
console.log('%c poop.com ', 'color: black; background: #EFDECD; padding: 4px; font-size: 12px;');
console.log('%c Built By: modernenglish.co.uk ', 'color: black; background: #EFDECD; padding: 4px; font-size: 12px;');
console.log('%c For: Crush Music', 'color: black; background: #EFDECD; padding: 4px; font-size: 12px;');
console.groupEnd();
let isToggled = false;
function toggleVideo() {
const iframe = document.querySelector('iframe');
iframe.contentWindow.postMessage(
'{"event":"command","func":"' + (isToggled ? 'mute' : 'unMute') + '","args":""}',
"*"
);
iframe.contentWindow.postMessage(
'{"event":"command","func":"playVideo","args":""}',
"*"
);
isToggled = !isToggled;
};
</script>
</body></html>