mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-19 10:29:23 +01:00
ad.html: attempt to improve noscript experience
This commit is contained in:
parent
2defda8803
commit
5d1b2816bd
4
_includes/ad.html
vendored
4
_includes/ad.html
vendored
@ -1,7 +1,8 @@
|
|||||||
<detect-missing-adblocker>
|
<detect-missing-adblocker>
|
||||||
|
<noscript><hr></noscript>
|
||||||
|
<noscript><p class="centered"><strong><em>Dear JavaScript blocker, please accept my apologies for needlessly showing you this:</em></strong></p></noscript>
|
||||||
<span slot="title" class="centered"><p>Dear reader, you may be missing a content blocker! 🙀</p></span>
|
<span slot="title" class="centered"><p>Dear reader, you may be missing a content blocker! 🙀</p></span>
|
||||||
<span slot="message" class="centered">
|
<span slot="message" class="centered">
|
||||||
<noscript><strong><em>Dear JavaScript blocker, please accept my apologies for needlessly showing you this.</em></strong></noscript>
|
|
||||||
<p>Please consider installing one to protect yourself, and your close ones, from <a href="https://www.wired.com/story/why-dont-we-just-ban-targeted-advertising/">manipulation</a> and <a href="https://en.m.wikipedia.org/wiki/Malvertising">targeted malvertising</a>!</p>
|
<p>Please consider installing one to protect yourself, and your close ones, from <a href="https://www.wired.com/story/why-dont-we-just-ban-targeted-advertising/">manipulation</a> and <a href="https://en.m.wikipedia.org/wiki/Malvertising">targeted malvertising</a>!</p>
|
||||||
<p>Personally I love <strong>both</strong> <a href="https://privacybadger.org">Privacy Badger</a> <strong>and</strong> <a href="https://github.com/gorhill/uBlock/blob/master/README.md#ublock-origin-ubo">uBlock Origin</a>
|
<p>Personally I love <strong>both</strong> <a href="https://privacybadger.org">Privacy Badger</a> <strong>and</strong> <a href="https://github.com/gorhill/uBlock/blob/master/README.md#ublock-origin-ubo">uBlock Origin</a>
|
||||||
(<strong>with</strong> <a href="https://www.eff.org/files/effdntlist.txt">EFF DNT Policy
|
(<strong>with</strong> <a href="https://www.eff.org/files/effdntlist.txt">EFF DNT Policy
|
||||||
@ -11,4 +12,5 @@ Allowlist</a>) <strong>together</strong>, while <a href="https://adnauseam.io">A
|
|||||||
<p><a href="https://en.m.wikipedia.org/wiki/Targeted_advertising#Disadvantages">Learn more about targeted advertising!</a>
|
<p><a href="https://en.m.wikipedia.org/wiki/Targeted_advertising#Disadvantages">Learn more about targeted advertising!</a>
|
||||||
<p><small>PS. I am sorry if you are already protected and this silly <a href="https://easylist.to/">EasyList</a> targeting(?) script doesn't detect that, thank you for taking the steps towards a safer internet! 💜</small></p>
|
<p><small>PS. I am sorry if you are already protected and this silly <a href="https://easylist.to/">EasyList</a> targeting(?) script doesn't detect that, thank you for taking the steps towards a safer internet! 💜</small></p>
|
||||||
</span>
|
</span>
|
||||||
|
<noscript><hr></noscript>
|
||||||
</detect-missing-adblocker>
|
</detect-missing-adblocker>
|
||||||
|
2
_layouts/mini.html
vendored
2
_layouts/mini.html
vendored
@ -5,7 +5,7 @@
|
|||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<div class="wrapper">{{ content }}</div>
|
<div class="wrapper">{{ content }}</div>
|
||||||
|
|
||||||
{% include ad.html %}{% include ad.html %}
|
{% include ad.html %}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
2
_layouts/page.html
vendored
2
_layouts/page.html
vendored
@ -8,6 +8,4 @@ layout: default
|
|||||||
</header>
|
</header>
|
||||||
<article class="post-content">{{ content }}</article>
|
<article class="post-content">{{ content }}</article>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
{% include ad.html %}
|
|
||||||
</div>
|
</div>
|
||||||
|
2
_layouts/post.html
vendored
2
_layouts/post.html
vendored
@ -25,6 +25,4 @@ tags_content_temp %} {% endif %} {% endfor %} {% else %} {% assign tags_content
|
|||||||
{{ content }}
|
{{ content }}
|
||||||
<p id="post-meta">{{ tags_content }}</p>
|
<p id="post-meta">{{ tags_content }}</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
{% include ad.html %}
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user