mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Switch from Adsense to BSA in the manual
This commit is contained in:
parent
bb8ca90eb2
commit
62ae03ab54
@ -13,14 +13,26 @@
|
||||
{% if not embedded %}
|
||||
<div class="body" role="main">
|
||||
<div id="ad-container" style="text-align:center">
|
||||
<script async="async" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<ins class="adsbygoogle"
|
||||
style="display:inline-block;width:728px;height:90px"
|
||||
data-ad-client="ca-pub-5939552585043235"
|
||||
data-ad-slot="7580893187"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
<script type="text/javascript">
|
||||
(function(){
|
||||
var bsa_optimize=document.createElement('script');
|
||||
bsa_optimize.type='text/javascript';
|
||||
bsa_optimize.async=true;
|
||||
bsa_optimize.src='https://cdn4.buysellads.net/pub/calibreebook.js?'+(new Date()-new Date()%600000);
|
||||
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa_optimize);
|
||||
})();
|
||||
</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-block;width:728px;height:90px" -->
|
||||
<!-- data-ad-client="ca-pub-5939552585043235" -->
|
||||
<!-- data-ad-slot="7580893187"></ins> -->
|
||||
<!-- <script> -->
|
||||
<!-- (adsbygoogle = window.adsbygoogle || []).push({}); -->
|
||||
<!-- </script> -->
|
||||
</div>
|
||||
{% endif %}
|
||||
{% block body %} {% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user