From 62e5d03d9ca0a50455492747a5752b1a25840716 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 19 Oct 2023 19:01:33 -0600 Subject: [PATCH] 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