Compare commits

...

6 Commits

Author SHA1 Message Date
c9ac9c79cc
2024-05-22-policy-contentblocker.md: correction on noFiltering 2024-06-05 12:42:18 +03:00
817900b9ad
n/index: improve formatting 2024-06-05 11:22:33 +03:00
a056ea0c46
main.css: remove OpenDyslexic for breaking the layout :(
This reverts commit 34181445d27f876090290a8bb8792947c243ef8d.
2024-06-05 10:45:27 +03:00
996e08c2cc
r: add noscript.md 2024-06-05 09:46:06 +03:00
34181445d2
main.scss: use OpenDyslexic as the primary font 2024-06-05 09:43:08 +03:00
dependabot[bot]
84e8075e42
build(deps): bump ruby/setup-ruby in the github-actions group
Bumps the github-actions group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `ruby/setup-ruby` from 1.178.0 to 1.179.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](0cde4689ba...d5fb7a202f)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 03:28:10 +00:00
4 changed files with 13 additions and 15 deletions

View File

@ -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

View File

@ -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.

View File

@ -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 %}

View File

@ -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
---