Revert "Switch from Adsense to BSA in the manual"

This reverts commit 62ae03ab549c89e1fb202db89f0b8d13ad99227f.
This commit is contained in:
Kovid Goyal 2020-09-02 18:41:41 +05:30
parent b7608b71f9
commit 61c10cedff
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -13,26 +13,14 @@
{% if not embedded %} {% if not embedded %}
<div class="body" role="main"> <div class="body" role="main">
<div id="ad-container" style="text-align:center"> <div id="ad-container" style="text-align:center">
<script type="text/javascript"> <script async="async" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
(function(){ <ins class="adsbygoogle"
var bsa_optimize=document.createElement('script'); style="display:inline-block;width:728px;height:90px"
bsa_optimize.type='text/javascript'; data-ad-client="ca-pub-5939552585043235"
bsa_optimize.async=true; data-ad-slot="7580893187"></ins>
bsa_optimize.src='https://cdn4.buysellads.net/pub/calibreebook.js?'+(new Date()-new Date()%600000); <script>
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa_optimize); (adsbygoogle = window.adsbygoogle || []).push({});
})();
</script> </script>
<!-- Calibre_S2S_Leaderboard_ATF -->
<div id="bsa-zone_1596473490701-2_123456"></div>
<!-- <script async="async" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
<!-- <ins class="adsbygoogle" -->
<!-- style="display:inline&#45;block;width:728px;height:90px" -->
<!-- data&#45;ad&#45;client="ca&#45;pub&#45;5939552585043235" -->
<!-- data&#45;ad&#45;slot="7580893187"></ins> -->
<!-- <script> -->
<!-- (adsbygoogle = window.adsbygoogle || []).push({}); -->
<!-- </script> -->
</div> </div>
{% endif %} {% endif %}
{% block body %} {% endblock %} {% block body %} {% endblock %}