- Scan ID:
- 1486c8ad-c06e-4607-bc87-25bb08a6911dFinished
- Submitted URL:
- https://poop.com/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 16 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | 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 |
Console log messages · 6 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
warning | other |
|
startGroupCollapsed | other |
|
log | other |
|
log | other |
|
log | other |
|
endGroup | other |
|
HTML
The raw HTML body of the page
<!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>