LINK
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js'></script>
HTML
<b:section id='license' name='License' showaddelement='false'> <b:widget id='HTML55' locked='true' title='License' type='HTML' version='2' visible='true'> <b:widget-settings> <b:widget-setting name='content'>Enter Your Valid License Key</b:widget-setting> </b:widget-settings> <b:includable id='main'> <div id='licensekey'><data:content/></div> </b:includable> </b:widget> </b:section> <style>#licensekey{display:none!important}</style>
CODE
<script type='text/javascript'> /*<![CDATA[*/ var urlBlog = "https://sy-equinox.blogspot.com"; var suchmoo = $(window.atob('I2xpY2Vuc2VrZXk=')).text(); var notif = '<style>body{background-color: #000000} #blogtut{align-items: center;background-color: #000000;border-radius:20px;display: flex;flex-direction: column;justify-content: center; margin:20px;max-width: 400px; padding: 30px;position: relative;} #blogtut h4{font-size:20px;color: white;font-weight: bold;} #blogtut-timer { align-items: center;background-color: #00cbb1;border-radius: 50px;border-style: none;display: inline-flex;font-size: 25px;height: 60px;justify-content: center;margin-top: 20px;outline-style: none;text-align: center; width: 60px; .p {color: white;font-weight: bold;}}</style><center><div id="blogtut"><h4>Activate Template!</h4><p>It seems like License key is invalid or kept blank, please enter valid License key to activate Template. </br>To get a License key, you can contact us at:</br> Website: https://sy-equinox.blogspot.com</br>Telegram: @HaeeeSooooo</br>Thank you! </p><span id="blogtut-timer">20</span></div></center>'; function nosuchmoo() { $(document.body).html(notif); var mydiv = document.getElementById("blogtut-timer"), time = setInterval(getcounter, 1000); function getcounter() { if (mydiv.textContent <= 0) {window.location.href = urlBlog; clearInterval(time); } else { setTimeout(function() { mydiv.textContent -= 1; }, 1000); }}} try { let datasuch = window.atob(suchmoo); var datasuch1 = datasuch.split('-'); var datasuch2 = datasuch1[0]; } catch (error) { nosuchmoo(); } var datasuchg = window.atob(suchmoo); console.log(datasuch2); if (datasuch2 === undefined) { nosuchmoo(); } str = [datasuch2]; $(document).ready(function() { $.ajax({ url: "https://script.google.com/macros/s/AKfycbyJK5GEvGF1fu_Mh49D2Y792q6vcwXljqOGVEA9lVOU7MVBM3m-FAz9PLhKcqhBymPhVw/exec", type: "GET", data: "users", crossDomain: true, dataType: "", success: function(data) {var json = data.user; var sheetsuchmoo = json[str]; if (sheetsuchmoo === undefined) { nosuchmoo(); } var ID = sheetsuchmoo.id; console.log(ID) var code = sheetsuchmoo.code; console.log(suchmoo) $.ajax({ url: "/feeds/posts/summary/?alt=json", type: "get", dataType: "jsonp", success: function(data) { var dataID = data.feed.id.$t; var IDblog = dataID.split('-'); var blogID = IDblog[1]; console.log(blogID) try { var dataInBlog = blogID + datasuchg, dataInSheet = ID + code; if (dataInBlog === dataInSheet) { return; } nosuchmoo(); } catch (input) { window.location.href = urlBlog; }},});},});}); /*]]>*/ </script>