https://271y.com/

Submitted URL:
https://271y.com
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 6 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

Console log messages · 0 found

Messages logged to the web console

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>Privacy Policy &amp; Opt-Out Service</title>
<style>
      /* Basic Reset */
        body, h1, h2, p, button, ul, li { margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; }
        .container { max-width: 960px; margin: auto; padding: 20px; }
        header { background: #005a87; color: #fff; text-align: center; padding-bottom: 10px; margin-bottom: 20px; }
        header h1 { padding: 20px 0; }
        section { margin-bottom: 20px; padding: 20px; background: #f4f4f4; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
        article { margin-bottom: 20px; }
        h2 { color: #005a87; margin-bottom: 10px; }
        p, li { font-size: 16px; margin-bottom: 10px; }
        ul { list-style-position: inside; padding-left: 20px; }
        footer { background: #333; color: #fff; text-align: center; padding: 10px 0; margin-top: 20px; }
        footer a,footer a:visited {color:#fff;text-decoration:underline;}
        button { 
          background-color: #005a87; 
          color: #fff; 
          padding: 10px 15px; 
          margin: 10px 0; 
          border: none; 
          cursor: pointer; 
          transition: background-color 0.3s ease; 
          border-radius: 5px; 
          /* New Styles for Visibility and Centering */
          font-size: 18px; 
          display: block; 
          width: 50%; 
          margin: 20px auto; /* Centers the button */
        }
        button:hover { background-color: #00415d; }
        .button-container { /* Center align container for the button */
          text-align: center;
        }
    </style>
<script>
      function setCookie(name, value, days) {
        var expires = "";
        if (days) {
            var date = new Date();
            date.setTime(date.getTime() + (days*24*60*60*1000));
            expires = "; expires=" + date.toUTCString();
        }
        document.cookie = name + "=" + (value || "")  + expires + "; path=/";
      }

      function getCookie(name) {
        var nameEQ = name + "=";
        var ca = document.cookie.split(';');
        for(var i=0;i < ca.length;i++) {
            var c = ca[i];
            while (c.charAt(0)==' ') c = c.substring(1,c.length);
            if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
        }
        return null;
      }

      function optOutCookies() {
        // Set the opt-out cookie
        setCookie('optOutCookies', 'true', 365); // Set for 1 year

        // Now check and act upon the opt-out status wherever needed
        if(getCookie('optOutCookies') === 'true') {
            alert('You have opted out of cookies. We will not track your preferences.');
            // Here you would typically also remove or disable existing tracking cookies
        }
      }
    </script>
</head>
<body>
<header>
<div class="container">
<h1>Privacy Policy &amp; Opt-Out Service</h1>
</div>
</header>
<section class="container">
<article>
<h2>Privacy Policy Overview</h2>
<p>Our Company is committed to protecting the privacy of Internet users. This Privacy Statement presents our privacy policy, including our privacy practices. Below is information regarding our commitment to protecting the privacy of Internet users.</p>
</article>
<article>
<h2>Information We Collect</h2>
<p>We do not collect the online user’s personally identifiable information ("PII") through our Services. Non-Personally Identifiable Information ("Non-PII") may be collected to offer a range of Services that allow advertisers and publishers to show online users the most useful and relevant ads.</p>
</article>
<article>
<h2>Use of Cookies and Pixels</h2>
<p>We collect Non-PII through the use of cookies and pixels. No personally identifiable information is collected or used in this process. Cookies are used by our affiliates, service providers or tracking utility company which is not covered by our Privacy Policy.</p>
</article>
<article>
<h2>Disclosure of Information</h2>
<p>We do not sell, rent, or share PII collected on our customer’s websites to non-affiliated third parties. Non-PII collected through our Services, and information derived from it, may be disclosed to our customers.</p>
</article>
<article>
<h2>User Choice and Opt-Out</h2>
<p>You may at all times adjust your computer’s web browser settings to refuse all cookies or opt out of receiving interest-based advertising.</p>
</article>
<article>
<h2>Information Security</h2>
<p>We follow generally accepted industry standards to protect against the unauthorized access to, retention of, and disclosure of data. This includes necessary physical, electronic, and management activities required to protect data integrity, access, and use.</p>
</article>
<article>
<h2>Children’s Privacy</h2>
<p>Our website, products, and Services are neither developed for, nor directed at, children. If you believe your child has provided us with personally identifiable data, please contact us for removal.</p>
</article>
</section>
<section class="container">

<article>
<h2>Your Privacy Choices with us</h2>
<p>We recognise the importance of privacy for our users. You have the option to prevent your browsing preferences from being gathered in our system, including both manually indicated preferences and those inferred through our network of partners.</p>
<p>To opt out from this domain cookies collection, click the button below. This will place a "no-track" cookie on your device, indicating to us not to tailor advertisements based on your online activity. Note, if you switch devices or browsers, or clear your cookies, you'll need to perform this action again.</p>
<p>Opting out will stop the customization of ads to your interests based on your browsing behavior, but it won't reduce the number of ads you see.</p>
<div class="button-container">
<button onclick="optOutCookies()">Cookies Opt-Out</button>
</div>
</article>
</section>
<section class="container">
<article>
<h2>Unsubscribing from Push Notifications</h2>
<p>If you no longer wish to receive push notifications from our site, you can unsubscribe by following these steps based on the browser you are using:</p>
<ul>
<li><strong>Google Chrome:</strong> Go to 'Settings' &gt; 'Privacy and security' &gt; 'Site Settings' &gt; 'Notifications'. Find our site in the list and click on the three dots to the right, then select 'Remove'.</li>
<li><strong>Firefox:</strong> Go to 'Options' &gt; 'Privacy &amp; Security' &gt; 'Permissions' &gt; 'Notifications' &gt; 'Settings'. Find our site, then use the dropdown menu to select 'Block' and save changes.</li>
<li><strong>Safari:</strong> Go to 'Safari' &gt; 'Preferences' &gt; 'Websites' tab &gt; 'Notifications'. Find our site in the list and deselect it, then choose 'Deny'.</li>
<li><strong>Microsoft Edge:</strong> Go to 'Settings' &gt; 'Site permissions' &gt; 'Notifications'. Find our site, then click on the three dots to the right and select 'Remove'.</li>
</ul>
<p>Please note that unsubscribing from push notifications is browser-specific. If you use multiple browsers or devices, you will need to repeat these steps for each one.</p>
</article>
</section>
<footer>
<p><a href="https://forms.gle/71q8nkkrehthZ2XR8">Contact us</a></p>
</footer>


</body></html>