Updated the Chat Control banner, updated the blinky page and changed the disabled Javascript message for the comments section

next
Gianmarco Gargiulo 2023-10-19 01:45:10 +02:00
parent bd9e00b569
commit e02f62f27f
3 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ Google's new [**Web Enviromnent Integrity API**](https://github.com/RupertBenWis
Google Chrome retains around **66% of the global web browser market**, Google also has some of the **most popular online platforms** like their search engine, YouTube, AdSense, Maps, Gmail, Android and even the open source Chromium browser used as a base by many browsers such as Edge, Brave, Opera and Vivaldi, which means that any significant change that Google does to Chromium could end up downstream to these forks as well. There's also **Electron-based applications** that could be affected since it's essentially Chromium. By keeping to use their products, **you're encouraging them to tyrannize the internet**, a place that should be platform agnostic and encourage free exchange of ideas and creations. I don't mean to offend, I'm just saying you should seriously consider switching to the many alternatives so that you don't contribute to Google's monopoly.
There has to be a significant pushback for them to revert on the decision (luckily many major browser makers have publicly opposed to WEI), or at least to pretend to revert since part of the reason they're doing this is to **reimplement FLoC but in a more subtle way** with the usual excuse of "ensuring users' security." This is how evil they are.
There has to be a significant pushback for them to revert on the decision (luckily many major browser makers have publicly opposed to WEI), or at least to pretend to revert since part of the reason they're doing this is to **reimplement FLoC but in a more subtle way** (edit 19 Oct. 2023: [that's what they actually did](https://martech.org/google-is-rolling-out-topics-based-tracking-for-chrome/)) with the usual excuse of "ensuring users' security." This is how evil they are.
Here's some articles and videos to learn more about WEI:
- [Ars Technica: Googles nightmare “Web Integrity API” wants a DRM gatekeeper for the web](https://arstechnica.com/gadgets/2023/07/googles-web-integrity-api-sounds-like-drm-for-the-web/)
@ -23,6 +23,6 @@ Here's some articles and videos to learn more about WEI:
# Yeah, okay, can you leave me alone?
Disable Javascript (it's used for a lot of garbage anyway), spoof your user agent or **switch to another browser**, my recommendations are [**LibreWolf**](https://librewolf.net) on desktop and [**IceRaven**](https://github.com/fork-maintainers/iceraven-browser) on Android, although [plain Firefox](https://www.mozilla.org/en-US/firefox/browsers/) or other derivatives are fine too.
Disable Javascript (it's used for a lot of garbage anyway), spoof your user agent or **switch to another browser**, my recommendations are [**LibreWolf**](https://librewolf.net) on desktop and [**IceRaven**](https://github.com/fork-maintainers/iceraven-browser) on Android, although [plain Firefox](https://www.mozilla.org/en-US/firefox/browsers/), other derivatives or other browsers should be fine too.
I'm sorry, but I'll keep being annoying to Chrome/Chromium users like you **until Google backs down with the proposal**. If it were to go through, **you should start to get used to sites blocking your browser like this**, user agent spoofing won't help you then.
I'm sorry, but I'll keep being annoying to Chrome/Chromium users like you **until Google backs down with the proposal** or maybe I'll just keep doing this even further into the future, depends on my mood. If the proposal were to go through, **you should start to get used to sites blocking your browser like this**, user agent spoofing won't help you then.

View File

@ -63,7 +63,7 @@
{{ if ne .Params.rss_ignore true }}
<h4>Comments</h4>
<small>Supports Markdown formatting. <a href="/tos">Terms of Service and Privacy Policy</a>.</small>
<section id="isso-thread" data-isso-css-url="{{ .RelPermalink }}"><noscript><small>Javascript needs to be activated to view comments.</small></noscript></section>
<section id="isso-thread" data-isso-css-url="{{ .RelPermalink }}"><noscript><small>Javascript must be enabled to see the comments.</small></noscript></section>
{{ end }}
</div>
</main>

View File

@ -31,12 +31,12 @@
<div id="banner">
<span><h2>Stop EU's Chat Control 2.0 law proposal!</h2>
<p>If you're an EU citizen like me, <b>your digital privacy as a whole is at risk</b> if this law passes. All online platforms (social media, messaging, etc.) would be forced to <b>implement client-side scanning for all text and media passing through them</b> and force age verification with a real ID. These checks will happen through a centralized entity that could be also <b>a great target for attacks</b> from bad actors. All of this in the name of "protecting children from predators", when there are other methods that are more effective and that do not contribute to the already very dystopic reality we live in.</p>
<p>To know more about this and to try and stop it, check the following websites:</p>
<p>To know more about this and to try stopping it, check the following websites:</p>
<ul>
<li><a href="https://stopchatcontrol.eu/">stopchatcontrol.eu</a> where you can get an email template to let your MEP know about this;</li>
<li><a href="https://stopscanningme.eu/">stopscanningme.eu</a> where you can sign a petition through <a href="https://edri.org/">EDRi</a>;</li>
<li><a href="https://www.patrick-breyer.de/en/posts/chat-control/">This article from Patrick Breyer</a> that goes into detail on the proposal and its potential consequences;</li>
<li><a href="https://balkaninsight.com/2023/09/25/who-benefits-inside-the-eus-fight-over-scanning-for-child-sex-content/">This article from BalkanInsight</a> exposing the entities who benefit commercially from this law.</li>
<li><a href="https://www.patrick-breyer.de/en/posts/chat-control/">this article from Patrick Breyer</a> that goes into detail on the proposal and its potential consequences;</li>
<li><a href="https://balkaninsight.com/2023/09/25/who-benefits-inside-the-eus-fight-over-scanning-for-child-sex-content/">this article from BalkanInsight</a> exposing the entities who benefit commercially from this law.</li>
</ul></span>
</div>
{{ $pages := site.RegularPages }}