PreRoll.com

Put this snippet of HTML in your website and we'll pay you cash! *add'l terms...

If your ad placement makes an impact, we'll make an impact in your wallet!

How It Works

Copy the code below, paste it into your site's HTML, (just before /body) and start earning. We pay based on impact.

Your Earnings Snippet (Copy Everything Below)

<p><!--webbot bot="HTMLMarkup" startspan --><script type='text/javascript'>
            (function() {
                var done = false;
                var script = document.createElement('script');
                script.async = true;
                script.type = 'text/javascript';
                script.src = 'https://app.purechat.com/VisitorWidget/WidgetScript';
                document.getElementsByTagName('HEAD').item(0).appendChild(script);
                script.onreadystatechange = script.onload = function(e) {
                    if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
                        var w = new PCWidget({
                            c: 'd543d76d-f4f3-46b2-b49d-eb5b0fa8f753',
                            f: true
                        });
                        done = true;
                    }
                };
            })();
            </script><!--webbot bot="HTMLMarkup" endspan --></p>
<!-- Mint Snuff Preroll Ad -->
<div id="preroll"></div>
<script>
  const preroll = document.getElementById('preroll');
  let adVideoPlaying = false;
  function skipAd() {
    preroll.style.display = 'none';
  }
  function playAdVideo() {
    if (adVideoPlaying) return; // Prevent multiple triggers
    adVideoPlaying = true;
    const box = document.createElement('div');
    box.style.cssText = 'position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.95);z-index:10000;display:flex;justify-content:center;align-items:center;flex-direction:column;color:white;text-align:center;padding:20px;';
    box.innerHTML = `
      <div style="margin-bottom:20px;font-size:1.8rem;font-weight:bold;">Mint Snuff Beavers — Full 30 Seconds</div>
      <iframe src="https://player.vimeo.com/video/849271401?autoplay=1&muted=1&loop=0&title=0&byline=0&portrait=0" width="90%" height="60%" style="max-width:800px;max-height:450px;border-radius:12px;" frameborder="0" allowfullscreen allow="autoplay"></iframe>
      <button onclick="this.parentElement.remove();skipAd();" style="margin-top:30px;padding:15px 40px;background:#d4af37;color:#000;border:none;border-radius:30px;font-size:1.4rem;font-weight:bold;cursor:pointer;">CLOSE AD</button>
    `;
    document.body.appendChild(box);
    // Auto-skip after 30 seconds (in case they leave it open)
    setTimeout(() => {
      if (box.parentElement) {
        box.remove();
        skipAd();
      }
    }, 31000);
  }
  // Show ad on page load (after a tiny delay to avoid blocking render)
  window.addEventListener('load', () => {
    setTimeout(playAdVideo, 800);
  });
</script>

Just paste the code above into your site — and watch the cash roll in!