Skip to content

Commit

Permalink
testing cookie clicker ads
Browse files Browse the repository at this point in the history
  • Loading branch information
IamChristianS committed Aug 13, 2023
1 parent 82ee8e9 commit bb90721
Showing 1 changed file with 2 additions and 34 deletions.
36 changes: 2 additions & 34 deletions cookie/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@

gtag('config', 'G-M9KJ1XPKLF');
</script>
<script>
gtag('event', 'game_start', {
'event_category': 'Games',
'event_label': 'Cookie Clicker',
'value': 1 // Optional value associated with the event
});
</script>
<!--Google Analytics-->
<title>Cookie Clicker</title>
<!--
Expand Down Expand Up @@ -156,33 +149,8 @@
Cookie Clicker is mainly supported by ads.<br>Consider unblocking our site or checking out our <a href="https://www.patreon.com/dashnet" target="_blank">Patreon</a>!
</div>
<div id="smallSupport" style="width:300px;text-align:center;padding-bottom:40px;background:rgba(0,0,0,0.5);position:relative;z-index:100;">

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Cookie Clicker Header Responsive -->
<ins class="adsbygoogle"
style="display:block;margin:auto;width:300px;max-height:300px;overflow:hidden;"
data-ad-client="ca-pub-8491708950677704"
data-ad-slot="7077525342"
data-ad-format="rectangle"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

<script>
document.addEventListener('DOMContentLoaded',function(){
setTimeout(function(){
var adSlot=document.querySelector("ins[data-ad-slot='7077525342']");
if(adSlot && adSlot.getAttribute('data-ad-status')=='unfilled')
{
var backfill=document.createElement('div');backfill.innerHTML='<iframe style="border:none;" src="https://serve.playsaurus.com/300x250.html" width="300" height="250" sandbox="allow-scripts allow-popups"></iframe>';
adSlot.parentNode.replaceChild(backfill,adSlot);
}
},3000);
});
</script>

<div class="supportComment">^ Sponsored link ^</div>
<script>var afg={};afg.u=6328;afg.s=2;
document.write("<sc"+"ript src='//js.adforgames.com/cd.js'></sc"+"ript>");</script>
</div>
<!-- /ad -->
<div id="store">
Expand Down

0 comments on commit bb90721

Please sign in to comment.