mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-17 18:37:24 +02:00
Compare commits
6 Commits
4c1eb21623
...
c9ac9c79cc
Author | SHA1 | Date | |
---|---|---|---|
c9ac9c79cc | |||
817900b9ad | |||
a056ea0c46 | |||
996e08c2cc | |||
34181445d2 | |||
![]() |
84e8075e42 |
2
.github/workflows/jekyll.yml
vendored
2
.github/workflows/jekyll.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
submodules: "true"
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # v1.178.0
|
||||
uses: ruby/setup-ruby@d5fb7a202fc07872cb44f00ba8e6197b70cb0c55 # v1.179.0
|
||||
with:
|
||||
ruby-version: ".ruby-version" # Not needed with a .ruby-version file
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
|
@ -308,7 +308,7 @@ This gives the users the choice to use either of the two, both (which may be dis
|
||||
Speaking of PrivacyBadger, other concerns I have with uBlock Origin Lite are:
|
||||
|
||||
1. I cannot allow non-tracking ads as I cannot add the EFF DNT allowlist. I would need to convince the developer to add it, which I am not even going to try, as it would go against the principle of the extension.
|
||||
1. I didn't get uBlock Origin Lite's `"noFiltering": [""]` policy working, so I cannot pre-emptively handle broken captchas or allow Ecosia to show me tracking ads in exchange of them planting trees.
|
||||
1. <del>I didn't get uBlock Origin Lite's `"noFiltering": [""]` policy working, so I cannot pre-emptively handle broken captchas or allow Ecosia to show me tracking ads in exchange of them planting trees.</del>. A day later I got `"noFiltering": [""]` working, but it works like `toOverwrite` from uBlock Origin, so any edits outside of the policy will reset upon restart. Then again that may also be a feature, please do send your best regards to Google...
|
||||
|
||||
Google only has themselves to blame for not thinking of the scenario where their users might be ok with non-tracking ads and now have no option to allow them due to being more concerned about malvertising than how advertising businesses are doing, since they they ruined the compromise solution that tried to account both.
|
||||
|
||||
|
22
n/index.html
22
n/index.html
@ -19,23 +19,21 @@ robots: noai
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<em
|
||||
>I won't comment on whether there are secret messy unlisted notes lying
|
||||
around.</em
|
||||
<small
|
||||
><em
|
||||
>I won't comment on whether there are secret messy unlisted notes lying
|
||||
around.</em
|
||||
></small
|
||||
>
|
||||
</p>
|
||||
|
||||
<!-- Make a variable containing pages under n/ -->
|
||||
{% assign notes = site.pages | where_exp: "page", "page.path contains 'n/'" %}
|
||||
|
||||
<!-- For loop to go through the contents of the pages -->
|
||||
{% for note in notes %}
|
||||
<!-- If the page is on the sitemap, I want to publish it here -->
|
||||
{% if note.sitemap == true %}
|
||||
|
||||
{% assign notes = site.pages | where_exp: "page", "page.path contains 'n/'" %}
|
||||
{% for note in notes %} {% if note.sitemap == true %}
|
||||
<p>
|
||||
<a href="{{ note.url }}">{{note.title}}</a>
|
||||
<em>{{ note.excerpt | markdownify }}</em>
|
||||
|
||||
{% endif %} {% endfor %}
|
||||
<a href="{{ note.url }}">{{ note.url | split: ".html" }} - {{note.title}}</a>
|
||||
</p>
|
||||
<p>{{ note.excerpt | strip_html }}</p>
|
||||
{% endif %} {% endfor %}
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
redirect_to: https://github.com/hackademix/noscript/issues/303
|
||||
redirect_to: https://noscript.net/getit/#latest-stable
|
||||
permalink: /r/noscript.html
|
||||
sitemap: false
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user