https://poop.com/

Submitted URL:
https://poop.com/
Report Finished:

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

NameType
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
gtagfunction
dataLayerobject
toggleVideofunction
google_tag_managerobject
google_tag_dataobject
onYouTubeIframeAPIReadyfunction

Console log messages · 6 found

Messages logged to the web console

TypeCategoryLog
warningother
URL
https://poop.com/
Text
Unrecognized feature: 'web-share'.
startGroupCollapsedother
URL
https://poop.com/
Text
%c Modern English 💩 color: black; background: #EFDECD; padding: 4px; font-size: 12px; font-weight: bold;
logother
URL
https://poop.com/
Text
%c poop.com color: black; background: #EFDECD; padding: 4px; font-size: 12px;
logother
URL
https://poop.com/
Text
%c Built By: modernenglish.co.uk color: black; background: #EFDECD; padding: 4px; font-size: 12px;
logother
URL
https://poop.com/
Text
%c For: Crush Music color: black; background: #EFDECD; padding: 4px; font-size: 12px;
endGroupother
URL
https://poop.com/
Text
console.groupEnd

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
&amp;playsinline=1
&amp;autoplay=1
&amp;loop=1
&amp;mute=1
&amp;rel=0
&amp;controls=0
&amp;fs=0
&amp;color=white
&amp;disablekb=1
&amp;enablejsapi=1
&amp;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>