Replace Amazon Links with AdSense
nobody clicked on the Amazon links anyways ¯\_(ツ)_/¯
This commit is contained in:
parent
57b6746a6f
commit
530a80cdba
4 changed files with 76 additions and 54 deletions
|
@ -21,8 +21,6 @@ bottom:
|
|||
title: For support in English, ask for help at either <a href="https://www.reddit.com/r/3dshacks/wiki/irc">#3dshacks on Rizon IRC</a> or <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a>.
|
||||
-
|
||||
title: If you appreciate this guide, I accept <a href="donations">Donations</a> through both Bitcoin and PayPal.
|
||||
-
|
||||
title: If you would like to support me by using my Amazon referral links, you can find those here.<br><a data-amazon-tld="com" href="https://www.amazon.com/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">United States</a> - <a data-amazon-tld="ca" href="https://www.amazon.ca/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">Canada</a> - <a data-amazon-tld="co.uk" href="https://www.amazon.co.uk/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">United Kingdom</a> - <a data-amazon-tld="de" href="https://www.amazon.de/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">Germany</a> - <a data-amazon-tld="es" href="https://www.amazon.es/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">Spain </a>- <a data-amazon-tld="fr" href="https://www.amazon.fr/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">France </a>
|
||||
footer:
|
||||
-
|
||||
title: Source
|
||||
|
|
|
@ -8,14 +8,6 @@
|
|||
window.location.protocol = "https";
|
||||
</script>
|
||||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({
|
||||
google_ad_client: "ca-pub-6670011780914577",
|
||||
enable_page_level_ads: true
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ base_path }}/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ base_path }}/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
|
|
@ -14,6 +14,14 @@ layout: default
|
|||
{% endunless %}
|
||||
{% endif %}
|
||||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({
|
||||
google_ad_client: "ca-pub-6670011780914577",
|
||||
enable_page_level_ads: true
|
||||
});
|
||||
</script>
|
||||
|
||||
<div id="main" role="main">
|
||||
{% include sidebar.html %}
|
||||
|
||||
|
@ -53,6 +61,7 @@ layout: default
|
|||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Guide -->
|
||||
<div class ="notice--info">
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-6670011780914577"
|
||||
|
@ -61,21 +70,28 @@ layout: default
|
|||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div class="alignleft">
|
||||
<script type="text/javascript">
|
||||
amzn_assoc_ad_type = "banner";
|
||||
amzn_assoc_marketplace = "amazon";
|
||||
amzn_assoc_region = "US";
|
||||
amzn_assoc_placement = "assoc_banner_placement_default";
|
||||
amzn_assoc_campaigns = "videogames";
|
||||
amzn_assoc_banner_type = "category";
|
||||
amzn_assoc_isresponsive = "true";
|
||||
amzn_assoc_banner_id = "03XX10Q1NZN7VPMSY702";
|
||||
amzn_assoc_tracking_id = "plailect-20";
|
||||
amzn_assoc_linkid = "2181252cf7b32ea3a10a5f72394dcbb9";
|
||||
<div class ="notice--info">
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-6670011780914577"
|
||||
data-ad-slot="7670623049"
|
||||
data-ad-format="horizontal"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div class ="notice--info">
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-6670011780914577"
|
||||
data-ad-slot="9147356245"
|
||||
data-ad-format="horizontal"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
<script src="//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1"></script>
|
||||
</div>
|
||||
|
||||
</center>
|
||||
|
|
|
@ -8,6 +8,14 @@ layout: default
|
|||
{% include page__hero.html %}
|
||||
{% endif %}
|
||||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({
|
||||
google_ad_client: "ca-pub-6670011780914577",
|
||||
enable_page_level_ads: true
|
||||
});
|
||||
</script>
|
||||
|
||||
<div id="main" role="main">
|
||||
|
||||
<article class="splash" itemscope itemtype="http://schema.org/CreativeWork">
|
||||
|
@ -37,6 +45,7 @@ layout: default
|
|||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Guide -->
|
||||
<div class ="notice--info">
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-6670011780914577"
|
||||
|
@ -45,21 +54,28 @@ layout: default
|
|||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div class="alignleft">
|
||||
<script type="text/javascript">
|
||||
amzn_assoc_ad_type = "banner";
|
||||
amzn_assoc_marketplace = "amazon";
|
||||
amzn_assoc_region = "US";
|
||||
amzn_assoc_placement = "assoc_banner_placement_default";
|
||||
amzn_assoc_campaigns = "videogames";
|
||||
amzn_assoc_banner_type = "category";
|
||||
amzn_assoc_isresponsive = "true";
|
||||
amzn_assoc_banner_id = "03XX10Q1NZN7VPMSY702";
|
||||
amzn_assoc_tracking_id = "plailect-20";
|
||||
amzn_assoc_linkid = "2181252cf7b32ea3a10a5f72394dcbb9";
|
||||
<div class ="notice--info">
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-6670011780914577"
|
||||
data-ad-slot="7670623049"
|
||||
data-ad-format="horizontal"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div class ="notice--info">
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-6670011780914577"
|
||||
data-ad-slot="9147356245"
|
||||
data-ad-format="horizontal"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
<script src="//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1"></script>
|
||||
</div>
|
||||
|
||||
</center>
|
||||
|
|
Loading…
Reference in a new issue