Skip to content

Commit f538c48

Browse files
authored
Update more.html
remove ads
1 parent d7c86c8 commit f538c48

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

_layouts/more.html

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,18 @@
2525
gtag('config', 'UA-154846433-1');
2626
</script>
2727

28-
<!-- start Mixpanel --><script type="text/javascript">(function(c,a){window.mixpanel=a;var b,d,h,e;b=c.createElement("script");b.type="text/javascript";b.async=!0;b.src=("https:"===c.location.protocol?"https:":"http:")+'//cdn.mxpnl.com/libs/mixpanel-2.1.min.js';d=c.getElementsByTagName("script")[0];d.parentNode.insertBefore(b,d);a._i=[];a.init=function(b,c,f){function d(a,b){var c=b.split(".");2==c.length&&(a=a[c[0]],b=c[1]);a[b]=function(){a.push([b].concat(Array.prototype.slice.call(arguments,0)))}}var g=a;"undefined"!==typeof f?g=a[f]=[]:f="mixpanel";g.people=g.people||[];h="disable track track_pageview track_links track_forms register register_once unregister identify name_tag set_config people.identify people.set people.increment".split(" ");for(e=0;e<h.length;e++)d(g,h[e]);a._i.push([b,c,f])};a.__SV=1.1})(document,window.mixpanel||[]); mixpanel.init("ed50c28311513adf4b2293887b710db6");</script><!-- end Mixpanel -->
29-
</head>
28+
</head>
3029
<body class="cheat-detail">
3130
{% include detail_nav.html %}
3231
{{ content }}
3332

3433
<div id="ad" class="board hide">
35-
<h2 class="board-title">Ad</h2>
36-
<script type="text/javascript"><!--
37-
google_ad_client = "ca-pub-5503280202576307";
38-
/* overapi-336 */
39-
google_ad_slot = "7680797348";
40-
google_ad_width = 336;
41-
google_ad_height = 280;
42-
//-->
43-
</script>
44-
<script type="text/javascript"
45-
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
46-
</script>
34+
4735
</div>
4836

4937
<script type="text/javascript">
5038
$('.content').append($('#ad'));
5139
$('#ad').removeClass('hide');
52-
//mixpanel.track('Page Loading',{'PageURL':location.href});
5340
</script>
5441

5542
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fddf49419e0facd"></script>

0 commit comments

Comments
 (0)