<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="robots" content="noindex, nofollow"><title>englishpod.com — This Domain May Be For Sale</title>  <script src="https://swetrix.org/swetrix.js" defer></script><script>document.addEventListener('DOMContentLoaded',function(){swetrix.init('8m6sl6kbGXJ0',{apiURL:'https://swetrixapi.bigfoot.com/log'});swetrix.trackViews()})</script>  <style>*{margin:0;padding:0;box-sizing:border-box}body{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;overflow:hidden;height:100vh;width:100vw}.header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;padding:14px 24px;justify-content:space-between;background:linear-gradient(to bottom,rgba(0,0,0,.85),transparent)}.header img{height:22px;width:auto;opacity:.8}.header .domain-label{font-size:14px;opacity:.5;letter-spacing:.5px}.above-video{position:fixed;left:0;right:0;z-index:100;text-align:center;padding:0 20px;transition:opacity .8s ease}.above-video.hidden{opacity:0;pointer-events:none}.above-video h1{font-size:clamp(20px, 4vw, 36px);font-weight:600;margin-bottom:6px}.above-video .watch-prompt{font-size:clamp(13px, 2vw, 17px);color:rgba(255,255,255,.6)}.progress-bar-wrap{position:fixed;left:50%;transform:translateX(-50%);z-index:100;display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;pointer-events:none;transition:opacity .25s ease,top 3s cubic-bezier(.4, 0, .2, 1)}.progress-bar-wrap.visible{opacity:1;pointer-events:all}.progress-bar-wrap.hidden{opacity:0;pointer-events:none}.progress-track{width:min(500px,85vw);height:28px;background:#bfa800;border-radius:14px;overflow:hidden;position:relative}.progress-fill{height:100%;width:0%;background:#ffe44d;border-radius:14px;transition:width 1s linear}.progress-track .countdown{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#000;font-variant-numeric:tabular-nums;pointer-events:none}.video-wrap{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:55vw;aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:0 20px 80px rgba(0,0,0,.8);z-index:10;transition:width 3s ease-in-out,height 3s ease-in-out,border-radius 3s ease-in-out,box-shadow 3s ease-in-out}.video-wrap.fullscreen{width:100vw;height:100vh;aspect-ratio:auto;border-radius:0;box-shadow:none}.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.progress-bar-wrap.fullscreen-mode{z-index:150}.captcha-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:500;background:rgba(0,0,0,.3);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease}.captcha-overlay.open{opacity:1;pointer-events:all}.captcha-box{background:rgba(0,0,0,.55);border-radius:16px;padding:40px;max-width:420px;width:90%;text-align:center;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 80px rgba(0,0,0,.3)}.captcha-box h2{font-size:18px;font-weight:400;margin-bottom:28px;color:rgba(255,255,255,.7);line-height:1.5}.captcha-question{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:32px}.captcha-answers{display:grid;grid-template-columns:repeat(3,72px);gap:14px;justify-content:center}.captcha-choice{width:72px;height:72px;border-radius:50%;border:3px solid rgba(255,255,255,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 3px 8px rgba(0,0,0,.4)}.captcha-choice:hover{transform:scale(1.12);box-shadow:0 6px 16px rgba(0,0,0,.5);border-color:rgba(255,255,255,.5)}.captcha-choice.wrong{animation:shake .4s ease;opacity:.4}.captcha-choice.correct{border-color:#fff;border-width:4px;transform:scale(1.2);box-shadow:0 0 20px rgba(255,255,255,.4)}.captcha-choice.correct{animation:sparkle .6s ease forwards}@keyframes sparkle{0%{transform:scale(1);box-shadow:0 0 0 rgba(255,255,255,0)}50%{transform:scale(1.3);box-shadow:0 0 30px rgba(255,255,200,.8),0 0 60px rgba(255,220,100,.4);border-color:#fff}100%{transform:scale(1.1);box-shadow:0 0 40px rgba(255,255,200,.6);border-color:#fff}}.captcha-choice.wrong{animation:melt .8s ease forwards}@keyframes melt{0%{transform:scale(1) rotate(0);opacity:1;border-radius:50%}30%{transform:scale(1.05) rotate(-3deg)}60%{transform:scale(.9,1.2) rotate(3deg) translateY(10px);opacity:.6;border-radius:50% 50% 40% 40%}100%{transform:scale(.7,.4) translateY(30px);opacity:0;border-radius:50% 50% 30% 30%}}.robot-fail{text-align:center}.robot-fail h2{font-size:22px;font-weight:500;margin-bottom:20px;color:rgba(255,255,255,.8)}.robot-svg{animation:robotDance 1.5s ease-in-out infinite}@keyframes robotDance{0%,100%{transform:rotate(0) translateY(0)}15%{transform:rotate(-8deg) translateY(-5px)}30%{transform:rotate(8deg) translateY(0)}45%{transform:rotate(-5deg) translateY(-8px)}60%{transform:rotate(6deg) translateY(-3px)}75%{transform:rotate(-3deg) translateY(-6px)}}.pulsing-dots{display:flex;align-items:center;justify-content:center;gap:14px;opacity:0;transition:opacity .4s ease}.pulsing-dots.visible{opacity:1}.pulsing-dot{width:8px;height:8px;border-radius:50%;background:#dc3545;opacity:.15;animation:pdot 1.2s ease-in-out infinite}@keyframes pdot{0%,100%{transform:scale(1);opacity:.15}50%{transform:scale(1.8);opacity:1}}@media (max-width:600px){.video-wrap{width:85vw;aspect-ratio:9/16}.video-wrap.fullscreen{width:100vw;height:100vh;aspect-ratio:auto}.captcha-answers{grid-template-columns:repeat(3,64px);gap:10px}.captcha-choice{width:64px;height:64px}}</style></head><body><header class="header"><a href="https://www.domainster.com"><img src="https://s3.amazonaws.com/assets.domainster/images/logo-white.png" alt="Domainster"> </a><span class="domain-label">englishpod.com</span></header><div class="above-video" id="aboveVideo"><h1>This Domain Name May Be For Sale!</h1><div class="watch-prompt">Watch this video for 25 seconds and find out!</div></div><div class="video-wrap" id="videoWrap"><div id="player"></div></div><div class="progress-bar-wrap" id="progressWrap"><div class="progress-track"><div class="progress-fill" id="progressFill"></div><div class="countdown" id="countdown"></div></div></div><div class="captcha-overlay" id="captchaOverlay"><div class="captcha-box" id="captchaBox"><div id="captchaContent"><h2>Please convince us<br>that you are not a robot</h2><div class="captcha-question" id="captchaQ"></div><div class="captcha-answers" id="captchaA"></div></div><div id="captchaSuccess" style="display:none"><div class="pulsing-dots" id="pulsingDots"><div class="pulsing-dot" style="animation-delay:0s"></div><div class="pulsing-dot" style="animation-delay:.1s"></div><div class="pulsing-dot" style="animation-delay:.2s"></div><div class="pulsing-dot" style="animation-delay:.3s"></div><div class="pulsing-dot" style="animation-delay:.4s"></div><div class="pulsing-dot" style="animation-delay:.5s"></div><div class="pulsing-dot" style="animation-delay:.6s"></div></div></div><div id="captchaFail" style="display:none" class="robot-fail"><h2>You are a robot :-(</h2><svg class="robot-svg" width="120" height="140" viewBox="0 0 120 140"><rect x="30" y="40" width="60" height="60" rx="8" fill="#555" stroke="#888" stroke-width="2"/><circle cx="45" cy="62" r="8" fill="#ff4444"><animate attributeName="r" values="8;5;8" dur="0.6s" repeatCount="indefinite"/></circle><circle cx="75" cy="62" r="8" fill="#ff4444"><animate attributeName="r" values="8;5;8" dur="0.6s" begin="0.2s" repeatCount="indefinite"/></circle><path d="M42 82 Q60 95 78 82" stroke="#888" stroke-width="3" fill="none"><animate attributeName="d" values="M42 82 Q60 95 78 82;M42 85 Q60 75 78 85;M42 82 Q60 95 78 82" dur="1s" repeatCount="indefinite"/></path><line x1="60" y1="40" x2="60" y2="20" stroke="#888" stroke-width="3"/><circle cx="60" cy="16" r="6" fill="#ff6600"><animate attributeName="fill" values="#ff6600;#ffcc00;#ff6600" dur="0.8s" repeatCount="indefinite"/></circle><line x1="30" y1="60" x2="12" y2="50" stroke="#888" stroke-width="3"><animateTransform attributeName="transform" type="rotate" values="0 30 60;-15 30 60;0 30 60;10 30 60;0 30 60" dur="1.2s" repeatCount="indefinite"/></line><line x1="90" y1="60" x2="108" y2="50" stroke="#888" stroke-width="3"><animateTransform attributeName="transform" type="rotate" values="0 90 60;15 90 60;0 90 60;-10 90 60;0 90 60" dur="1.2s" begin="0.3s" repeatCount="indefinite"/></line><rect x="38" y="100" width="14" height="25" rx="4" fill="#555" stroke="#888" stroke-width="2"><animateTransform attributeName="transform" type="rotate" values="0 45 100;-8 45 100;0 45 100;5 45 100;0 45 100" dur="1s" repeatCount="indefinite"/></rect><rect x="68" y="100" width="14" height="25" rx="4" fill="#555" stroke="#888" stroke-width="2"><animateTransform attributeName="transform" type="rotate" values="0 75 100;5 75 100;0 75 100;-8 75 100;0 75 100" dur="1s" begin="0.2s" repeatCount="indefinite"/></rect></svg></div></div></div><script>var _ca,_cb,_correct,_p=["M28 8C16 8 10 20 10 40C10 60 16 72 28 72C40 72 46 60 46 40C46 20 40 8 28 8Z","M18 16L28 8L28 72M16 72L40 72","M12 22C12 12 18 8 28 8C38 8 44 14 44 24C44 36 28 48 12 68L12 72L44 72","M14 14C18 10 22 8 28 8C38 8 44 14 44 24C44 30 40 36 32 38C40 40 46 46 46 56C46 66 38 72 28 72C20 72 14 66 14 60","M34 72L34 8L10 52L46 52","M42 8L16 8L12 36C18 30 24 28 30 28C40 28 46 36 46 48C46 62 40 72 28 72C20 72 12 66 12 60","M42 14C36 8 32 8 28 8C16 8 10 22 10 40C10 60 16 72 28 72C40 72 46 62 46 52C46 42 40 34 28 34C18 34 10 40 10 48","M12 8L44 8L26 72","M28 8C18 8 12 14 12 24C12 30 16 36 28 40C40 36 44 30 44 24C44 14 38 8 28 8M28 40C18 44 12 50 12 60C12 68 18 72 28 72C38 72 44 68 44 60C44 50 38 44 28 40","M14 66C20 72 24 72 28 72C40 72 46 58 46 40C46 20 40 8 28 8C16 8 10 18 10 28C10 38 16 46 28 46C38 46 46 40 46 32"];function _svgDigit(e,t){return t=t||36,'<svg viewBox="0 0 56 80" width="'+Math.round(56*t/80)+'" height="'+t+'"><path d="'+_p[e]+'" fill="none" stroke="white" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>'}function _svgNumber(e,t){return t=t||36,'<span style="font: 700 '+Math.round(.85*t)+"px system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#fff;line-height:"+t+'px;display:inline-block;letter-spacing:1px;">'+e+"</span>"}function _svgPlus(e){return e=e||36,'<svg viewBox="0 0 56 80" width="'+Math.round(56*e/80)+'" height="'+e+'"><path d="M28 16L28 64M8 40L48 40" stroke="white" stroke-width="6" stroke-linecap="round" fill="none"/></svg>'}function _svgEquals(e){return e=e||36,'<svg viewBox="0 0 56 80" width="'+Math.round(56*e/80)+'" height="'+e+'"><path d="M10 30L46 30M10 50L46 50" stroke="white" stroke-width="6" stroke-linecap="round" fill="none"/></svg>'}function _svgQ(e){return e=e||36,'<svg viewBox="0 0 40 80" width="'+Math.round(40*e/80)+'" height="'+e+'"><path d="M8 22C8 10 14 4 22 4C30 4 36 10 36 22C36 32 28 36 24 42L24 52" stroke="white" stroke-width="6" stroke-linecap="round" fill="none"/><circle cx="24" cy="66" r="4" fill="white"/></svg>'}var _subwayColors=["#EE352E","#0039A6","#00933C","#FF6319","#B933AD","#00A1DE"];function showCaptcha(){_ca=2+Math.floor(8*Math.random()),_cb=2+Math.floor(8*Math.random()),_correct=_ca+_cb,document.getElementById("captchaQ").innerHTML=_svgNumber(_ca,40)+_svgPlus(40)+_svgNumber(_cb,40)+_svgEquals(40)+_svgQ(40);for(var e=[_correct];e.length<6;){var t=_correct+Math.floor(11*Math.random())-5;t>1&&t!==_correct&&-1===e.indexOf(t)&&e.push(t)}for(var n=e.length-1;n>0;n--){var o=Math.floor(Math.random()*(n+1)),a=e[n];e[n]=e[o],e[o]=a}var d=_subwayColors.slice();for(n=d.length-1;n>0;n--){o=Math.floor(Math.random()*(n+1)),a=d[n];d[n]=d[o],d[o]=a}var r=document.getElementById("captchaA");r.innerHTML="",e.forEach(function(e,t){var n=document.createElement("div");n.className="captcha-choice",n.style.background=d[t%d.length],n.innerHTML=_svgNumber(e,30),n.onclick=function(){checkAnswer(e,n)},r.appendChild(n)}),document.getElementById("captchaOverlay").classList.add("open")}function checkAnswer(e,t){e===_correct?(t.classList.add("correct"),setTimeout(function(){document.getElementById("captchaContent").style.transition="opacity 0.4s ease",document.getElementById("captchaContent").style.opacity="0",setTimeout(function(){document.getElementById("captchaContent").style.display="none",document.getElementById("captchaSuccess").style.display="block",document.getElementById("pulsingDots").classList.add("visible"),setTimeout(function(){window.location.href=_resolve()},500)},400)},600)):(t.classList.add("wrong"),setTimeout(function(){document.getElementById("captchaContent").style.transition="opacity 0.3s ease",document.getElementById("captchaContent").style.opacity="0",setTimeout(function(){document.getElementById("captchaContent").style.display="none",document.getElementById("captchaFail").style.display="block"},300)},800))}var _kx="englishpod.com";function _resolve(){for(var e="",t=0,n=_kx.toLowerCase(),o=0;o<n.length;o++){var a=n.charAt(o),d="abcdefghijklmnopqrstuvw-xyz1234567890.-".indexOf(a);d>=0&&(e+="0123456789ABCDEFGHJKLMNOPQRSTUVWXZ".charAt(d));var r="890.-".indexOf(a);r>=0&&(e+="Y"+r),n.charCodeAt(o),t=7*t+n.charCodeAt(o)|0,1!==o&&5!==o||(e+="-")}for(var i=("KP"+t.toString(16).toUpperCase()).slice(-4).replace(/A/g,"M").replace(/B/g,"G").replace(/D/g,"P").replace(/E/g,"Y"),s="KP"+e+("-"===e.slice(-1)?"":"-")+i,c=[104,116,116,112,115,58,47,47,119,119,119,46,100,111,109,97,105,110,115,116,101,114,46,99,111,109,47],l="",p=0;p<c.length;p++)l+=String.fromCharCode(c[p]);return l+s+"/domain-marketplace"}var video,DURATION=25,uuid=Math.floor(100+900*Math.random())+"-"+Math.floor(1e3+9e3*Math.random())+"-"+Math.floor(10+90*Math.random()),_vd={dn:"englishpod.com",sn:"Rimbiana",sl:"https://www.youtube.com/@rimbiana",lv:"ReZIlHzWi5c",pv:"ixEho8dxo60",ry:"2024",id:"x-xx-xx-x"};function isPortrait(){return window.innerHeight>window.innerWidth}video=isPortrait()?_vd.pv:_vd.lv;var player,tag=document.createElement("script");tag.src="https://www.youtube.com/player_api",document.head.appendChild(tag);var started=!1;function positionElements(){var e=document.getElementById("videoWrap").getBoundingClientRect(),t=document.getElementById("aboveVideo"),n=document.getElementById("progressWrap");t.style.bottom=window.innerHeight-e.top+16+"px",n.style.top=e.bottom+16+"px"}function onPlayerStateChange(e){if(1===e.data&&!started){started=!0;var t=DURATION;document.getElementById("countdown").textContent=t+" seconds remaining",document.getElementById("progressFill").style.width="0%",document.getElementById("progressWrap").classList.add("visible");var n=setInterval(function(){t--,document.getElementById("countdown").textContent=t+" seconds remaining",document.getElementById("progressFill").style.width=(DURATION-t)/DURATION*100+"%",t<=0&&(clearInterval(n),document.getElementById("progressWrap").classList.add("hidden"),setTimeout(showCaptcha,500))},1e3);setTimeout(function(){document.getElementById("aboveVideo").classList.add("hidden"),document.getElementById("videoWrap").classList.add("fullscreen");var e=document.getElementById("progressWrap");e.style.top="calc(100vh - 58px)",e.classList.add("fullscreen-mode")},5e3)}var o={request:"report",payload:{uuid:uuid,video:video,action:e.data}};fetch(window.location.href,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(o)}).catch(function(){})}window.onYouTubeIframeAPIReady=function(){player=new YT.Player("player",{videoId:video,playerVars:{autoplay:0,controls:1,rel:0,iv_load_policy:3,cc_load_policy:0,fs:0,disablekb:1,modestbranding:1,start:70},events:{onReady:function(){positionElements()},onStateChange:onPlayerStateChange}})},positionElements(),window.addEventListener("resize",positionElements),window.addEventListener("resize",function(){var e=isPortrait()?_vd.pv:_vd.lv;started||(document.getElementById("videoWrap").style.aspectRatio=isPortrait()?"9 / 16":"16 / 9"),e!==video&&player&&(video=e,player.loadVideoById({videoId:video,startSeconds:70}))})</script><footer style="position:fixed;left:0;right:0;bottom:0;padding:8px 14px;text-align:center;font:12px/1.4 -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#9aa0a6;background:rgba(0,0,0,.35);backdrop-filter:blur(4px);pointer-events:auto;z-index:50"><a href="/about" style="color:#9aa0a6;text-decoration:none">About englishpod.com</a><span style="opacity:.6;margin:0 8px">|</span> <a href="/about" style="color:#9aa0a6;text-decoration:none">Legal</a> <span style="opacity:.6;margin:0 8px">|</span> <a href="/about" style="color:#9aa0a6;text-decoration:none">Contact</a></footer></body></html>