<style> .typewrite { padding: 10px; margin: auto; text-align: center; text-decoration: none; } .relatedFlex { animation: fadeIn 30s; } .relatedFlexText { animation: fadeIn 10s; } </style> <h2> <p class="typewrite" data-period="2000" data-type="[ "Hi there! PTC Reborn here :))", "Your account is now being retrieved from blogger imagery server. Please do not reload this page.", "Check the status below, waiting might take up to 15 seconds...", " BRO JOIN OUR COMMUNITY, REGISTER NOW! If problem happens, report it there!", "Before you get your account, there will be certain number of ads you need to bypass", "No worries, it's easy. After you have bypassed those ads, then you can now see your code.","Meanwhile, you can read articles below while waiting.", "I have here related articles for you, click and it will open new tab.", "Thank you for always choosing PTC", "I hope that the service this website has providing is enough for you", "Share this website! =)" ]" href=""> <span class="wrap" id="spanWrite"></span> </p> </h2> <div style='text-align: center; display: block;'> <!-- PTC IN ARTICLE --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6328531102448868" data-ad-slot="8379002487" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <div style="text-align: center;"> <a href="https://storehaccounts.blogspot.com/p/ptc-account-portal-automated-4.html" id="codeLink" style="display:none; pointer-events: none;">Unlock your code.</a> <p class='relatedFlexText'><b>Status: </b><span class='relatedFlex' id='status'>Retrieving information...</span></p> <span id='email'></span> <br><span id='accType'></span> <br><span id='ads'></span> </div> <div style='text-align: center; display: block;'> <!-- PTC IN ARTICLE --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6328531102448868" data-ad-slot="8379002487" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <script> let time = 15; let delayTime; setTimeout(function(){delayTime = setInterval(gettingAccount, 1000);}, 17000); let urlInfo = atob(window.location.href.split("#")[1]); //window.alert('Jason here! If you are in phone, please do not open link in another browser! Remain where you are right now, Otherwise your key will lose, the key is stored in a single session. Later you will be encountering Bypassing "???" Ads.') function storeTP(val) { localStorage.setItem("PTC_TP1", val); } function gettingAccount() { if (localStorage.getItem('PTC_TP') == null || localStorage.getItem('PTC_ADS') == null || !getCookieName('PTC_ADS')) { window.alert('Hi there! The system encountered that there is an error retrieving the number of ads and which account you are requesting. Better screenshot this and send to jasonbourne181997@gmail.com. Thanks!\n' + 'Status#1: ' + localStorage.getItem('PTC_TP') + 'Status#2: ' + localStorage.getItem('PTC_ADS') + 'Status#3: ' + getCookieName('PTC_ADS')); window.location.href = 'https://storehaccounts.blogspot.com/'; } else { if (time < 0) { document.getElementById('status').innerHTML = 'Account ready.'; //codeImg document.getElementById('codeLink').style.display = 'block'; // document.getElementById('codeLink').style.pointerEvents = 'auto'; // document.getElementById('codeLink').href = 'https://storehaccounts.blogspot.com/p/ptc-account-portal-automated-4.html' + "?" + btoa(Math.random() + '&0'); storeTP(localStorage.getItem("PTC_TP")); //document.getElementById('codeImg').style.display = 'block'; clearInterval(delayTime); } else { console.log('counting...'); if(time == 14) document.getElementById('email').innerHTML = "Email: " + urlInfo.split("&")[1]; if(time == 13) document.getElementById('accType').innerHTML = "Account: " + urlInfo.split("&")[0]; if(time == 12) document.getElementById('ads').innerHTML = "Number of ads: " + urlInfo.split("&")[2]; if (time >= 11 && time <= 15) document.getElementById('status').innerHTML = 'Initiated... (' + time + 's)'; if (time >= 6 && time <= 10) document.getElementById('status').innerHTML = 'Decoding Link... (' + time + 's)'; if (time >= 0 && time <= 5) document.getElementById('status').innerHTML = 'Preparing link... (' + time + 's)'; time--; } } } </script> <a href="#"><script> var TxtType = function(el, toRotate, period) { this.toRotate = toRotate; this.el = el; this.loopNum = 0; this.period = parseInt(period, 10) || 2000; this.txt = ''; this.tick(); this.isDeleting = false; }; TxtType.prototype.tick = function() { var i = this.loopNum % this.toRotate.length; var fullTxt = this.toRotate[i]; if (this.isDeleting) { this.txt = fullTxt.substring(0, this.txt.length - 1); } else { this.txt = fullTxt.substring(0, this.txt.length + 1); } this.el.innerHTML = '<span class="wrap">'+this.txt+'</span>'; var that = this; var delta = 100 - Math.random() * 100; if (this.isDeleting) { delta /= 3; } if (!this.isDeleting && this.txt === fullTxt) { delta = this.period; this.isDeleting = true; } else if (this.isDeleting && this.txt === '') { this.isDeleting = false; this.loopNum++; delta = 500; } setTimeout(function() { that.tick(); }, delta); }; //window.onload = function() { var elements = document.getElementsByClassName('typewrite'); for (var i=0; i<elements.length; i++) { var toRotate = elements[i].getAttribute('data-type'); var period = elements[i].getAttribute('data-period'); if (toRotate) { new TxtType(elements[i], JSON.parse(toRotate), period); } } // INJECT CSS var css = document.createElement("style"); css.type = "text/css"; css.innerHTML = ".typewrite > .wrap { border-right: 0.08em solid red}"; document.body.appendChild(css); //}; </script></a>