mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 03:17:23 +02:00
Compare commits
5 Commits
2f6191eb1a
...
5de0150765
Author | SHA1 | Date | |
---|---|---|---|
5de0150765 | |||
184cb7ee74 | |||
6f082a5a91 | |||
fcf38e53dd | |||
2eb3aa6feb |
8
_includes/ad.html
vendored
8
_includes/ad.html
vendored
@ -1,16 +1,16 @@
|
||||
<detect-missing-adblocker>
|
||||
<hr/>
|
||||
<span slot="title"><p>Dear reader, you may be missing a content blocker! 🙀</p></span>
|
||||
<span slot="message">
|
||||
<span slot="title" class="centered"><p>Dear reader, you may be missing a content blocker! 🙀</p></span>
|
||||
<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>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
|
||||
Allowlist</a>) <strong>together</strong>, while <a href="https://adnauseam.io">AdNauseam</a>
|
||||
<em>alone</em> would be more direct protest tool to oppose how the internet is nowadays.</p>
|
||||
<em><a href="https://github.com/dhowe/AdNauseam/wiki/FAQ#can-i-use-adnauseam-with-my-current-adblocker">alone</em> would be more direct protest tool to oppose how the internet is nowadays.</p>
|
||||
<p>Android users may be better served by <a href="https://f-droid.org/packages/com.celzero.bravedns">Rethink</a> while for iOS there is <a href="https://adguard.com/adguard-ios/overview.html">AdGuard</a>.</p>
|
||||
<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 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>
|
||||
<hr/>
|
||||
</detect-missing-adblocker>
|
||||
|
4
_sass/_base.scss
vendored
4
_sass/_base.scss
vendored
@ -140,7 +140,9 @@ blockquote {
|
||||
*/
|
||||
pre,
|
||||
code {
|
||||
font-size: 15px;
|
||||
//font-size: 15px;
|
||||
font-size: revert;
|
||||
font-family: $monospace-font-family;
|
||||
border: 1px solid $grey-color-light;
|
||||
border-radius: 3px;
|
||||
background-color: #eef;
|
||||
|
@ -5,6 +5,7 @@ title: "Hiukan minusta ja elämästäni"
|
||||
category: [finnish]
|
||||
tags: [finnish, elämä, ihmisoikeudet]
|
||||
redirect_from: /finnish/2015/06/29/minusta.html
|
||||
published: false
|
||||
---
|
||||
|
||||
_Olen 19-vuotias transsukupuolinen nainen, minulla on Aspergerin oireyhtymä
|
||||
|
@ -5,6 +5,7 @@ title: "Stagefright rajoitusmahdollisuudet"
|
||||
category: [finnish]
|
||||
tags: [finnish, ficora, android]
|
||||
redirect_from: /finnish/2015/07/28/stagefright.html
|
||||
published: false
|
||||
---
|
||||
|
||||
_Stagefright on haavoittuvuus Androidissa, jolla haittakoodia voi ajaa
|
||||
|
@ -5,6 +5,7 @@ title: "I moved to Lauttasaari, Helsinki"
|
||||
category: [english]
|
||||
tags: [life]
|
||||
redirect_from: /english/2015/11/03/moving.html
|
||||
published: false
|
||||
---
|
||||
|
||||
_As this blog is so depressing and full of Kotka, I should mention that I
|
||||
|
@ -5,6 +5,7 @@ title: "Tanssitunti"
|
||||
category: [finnish]
|
||||
tags: [finnish, life, Kotka, keskuskoulu, talvi, liikunta]
|
||||
redirect_from: /finnish/2017/04/18/tanssitunti.html
|
||||
published: false
|
||||
---
|
||||
|
||||
_Minusta tuntuu, että tästä pitäisi kirjoittaa nyt ja koska git/blogi ei
|
||||
|
4
css/main.scss
vendored
4
css/main.scss
vendored
@ -5,8 +5,8 @@
|
||||
@charset "utf-8";
|
||||
|
||||
// Our variables
|
||||
//$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
||||
$base-font-family: serif;
|
||||
$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
||||
$monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
|
||||
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||
//$base-font-size: 16px;
|
||||
$base-font-size: revert;
|
||||
|
Loading…
x
Reference in New Issue
Block a user