From 57d63103c42169ddd45c6ebf0ab4fe14715957f1 Mon Sep 17 00:00:00 2001 From: ngoomie Date: Thu, 6 Jul 2023 01:37:27 -0600 Subject: [PATCH] uBlacklist --- firefox/Addons/uBlacklist/Filters.txt | 5 +++ .../Addons/uBlacklist/Subscriptions.json.part | 32 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 firefox/Addons/uBlacklist/Filters.txt create mode 100644 firefox/Addons/uBlacklist/Subscriptions.json.part diff --git a/firefox/Addons/uBlacklist/Filters.txt b/firefox/Addons/uBlacklist/Filters.txt new file mode 100644 index 0000000..7861a76 --- /dev/null +++ b/firefox/Addons/uBlacklist/Filters.txt @@ -0,0 +1,5 @@ +*://*.softonic.com/* +/pinterest\.(com|ca)/ +*://*.frwiki.wiki/* +*://editthis.info/* +*://www.looper.com/* \ No newline at end of file diff --git a/firefox/Addons/uBlacklist/Subscriptions.json.part b/firefox/Addons/uBlacklist/Subscriptions.json.part new file mode 100644 index 0000000..ae7869e --- /dev/null +++ b/firefox/Addons/uBlacklist/Subscriptions.json.part @@ -0,0 +1,32 @@ +"subscriptions": [ + { + "name": "uBlacklist GitHub Translation", + "url": "https://github.com/arosh/ublacklist-github-translation", + "enabled": true + }, + { + "name": "uBlacklist Stack Overflow Translation", + "url": "https://github.com/arosh/ublacklist-stackoverflow-translation", + "enabled": true + }, + { + "name": "ublacklist-pinterest", + "url": "https://github.com/rjaus/ublacklist-pinterest", + "enabled": true + }, + { + "name": "uBlacklistRule", + "url": "https://github.com/ncaq/uBlacklistRule", + "enabled": true + }, + { + "name": "StopModRepost", + "url": "https://api.stopmodreposts.org/minecraft/ublacklist.txt", + "enabled": true + }, + { + "name": "uBlacklistFandomWikis", + "url": "https://git.32bit.cafe/nu/uBlacklistFandomWikis/raw/branch/main/ublacklist-fandom.txt", + "enabled": true + } + ] \ No newline at end of file