From 62e5d03d9ca0a50455492747a5752b1a25840716 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 19 Oct 2023 19:01:33 -0600 Subject: [PATCH 1/2] fix: change order --- src/yaml/browserExtensions.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/yaml/browserExtensions.yml b/src/yaml/browserExtensions.yml index 6058649..68a3c4b 100644 --- a/src/yaml/browserExtensions.yml +++ b/src/yaml/browserExtensions.yml @@ -38,11 +38,11 @@ url: https://addons.mozilla.org/en-US/firefox/addon/amp2html text: | This web extension enables users to choose to opt-out of using Accelerated Mobile Pages (AMP) and choose to use the standard web instead. -- name: user.js - url: https://github.com/arkenfox/user.js - text: | - This is not an extension, instead it is a Firefox `user.js` config file. This file is a template which aims to provide as much privacy and enhanced security as possible, and to reduce tracking and fingerprinting as much as possible - while minimizing any loss of functionality and breakage (but it will happen). - name: Port Authority url: https://addons.mozilla.org/en-US/firefox/addon/port-authority/ text: | - Blocks websites from using javascript to port scan your computer/network and dynamically blocks all LexisNexis endpoints from running their invasive data collection scripts. [Website](https://www.g666gle.me/Port-Authority/), [Source Code](https://github.com/ACK-J/Port_Authority) \ No newline at end of file + Blocks websites from using javascript to port scan your computer/network and dynamically blocks all LexisNexis endpoints from running their invasive data collection scripts. [Website](https://www.g666gle.me/Port-Authority/), [Source Code](https://github.com/ACK-J/Port_Authority) +- name: user.js + url: https://github.com/arkenfox/user.js + text: | + This is not an extension, instead it is a Firefox `user.js` config file. This file is a template which aims to provide as much privacy and enhanced security as possible, and to reduce tracking and fingerprinting as much as possible - while minimizing any loss of functionality and breakage (but it will happen). \ No newline at end of file From 0eab45767bba60270ba3387aed4b02119e472d42 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 19 Oct 2023 19:05:39 -0600 Subject: [PATCH 2/2] feat: add I Still Don't Care About Cookies extension (closes #482,#483) --- src/yaml/browserExtensions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/yaml/browserExtensions.yml b/src/yaml/browserExtensions.yml index 68a3c4b..4de5067 100644 --- a/src/yaml/browserExtensions.yml +++ b/src/yaml/browserExtensions.yml @@ -42,6 +42,10 @@ url: https://addons.mozilla.org/en-US/firefox/addon/port-authority/ text: | Blocks websites from using javascript to port scan your computer/network and dynamically blocks all LexisNexis endpoints from running their invasive data collection scripts. [Website](https://www.g666gle.me/Port-Authority/), [Source Code](https://github.com/ACK-J/Port_Authority) +- name: I Still Don't Care About Cookies + url: https://addons.mozilla.org/firefox/addon/istilldontcareaboutcookies/ + text: | + A fork of "I Don't Care About Cookies" created after the original was [acquired by Avast](https://www.androidpolice.com/i-dont-care-about-cookies-acquired-by-avast/). [Source code](https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies/) - name: user.js url: https://github.com/arkenfox/user.js text: |