From 85353fe32dd0eaae2ea9a003511102c89d363017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 18 Aug 2024 13:48:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(browser):=20add=20new=20extens?= =?UTF-8?q?ion:=20ublacklist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/browser/.github/README.md | 1 + .config/browser/extensions/ublacklist.json | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .config/browser/extensions/ublacklist.json diff --git a/.config/browser/.github/README.md b/.config/browser/.github/README.md index 201749c2..a1bb9575 100644 --- a/.config/browser/.github/README.md +++ b/.config/browser/.github/README.md @@ -44,6 +44,7 @@ The extensions I'm using are: - [SurfingKeys](https://github.com/brookhong/Surfingkeys) - [Tab Session Manager](https://github.com/sienori/Tab-Session-Manager) - [uBlock Origin](https://github.com/gorhill/uBlock#ublock-origin) +- [ublacklist](https://github.com/iorate/ublacklist) - [ViolentMonkey](https://github.com/violentmonkey/violentmonkey) - [Web Scrobbler](https://github.com/web-scrobbler/web-scrobbler) - [Wikiwand](https://www.wikiwand.com/) diff --git a/.config/browser/extensions/ublacklist.json b/.config/browser/extensions/ublacklist.json new file mode 100644 index 00000000..a07dc9e1 --- /dev/null +++ b/.config/browser/extensions/ublacklist.json @@ -0,0 +1,38 @@ +{ + "blacklist": "*://*.shecodes.io/*\n*://*.quora.com/*", + "blockWholeSite": true, + "skipBlockDialog": false, + "hideBlockLinks": false, + "hideControl": false, + "enablePathDepth": false, + "linkColor": "#b7bdf8", + "blockColor": "#f0c6c6", + "highlightColors": [ + "#ddeeff" + ], + "dialogTheme": "default", + "syncBlocklist": true, + "syncGeneral": false, + "syncAppearance": false, + "syncSubscriptions": false, + "syncInterval": 15, + "subscriptions": [ + { + "name": "uBlacklist", + "url": "https://git.io/ublacklist", + "enabled": true + }, + { + "name": "Ali-express fake sites", + "url": "https://raw.githubusercontent.com/franga2000/aliexpress-fake-sites/main/domains_uBlacklist.txt", + "enabled": true + }, + { + "name": "ai content", + "url": "https://raw.githubusercontent.com/wdmpa/content-farm-list/main/uBlacklist.txt", + "enabled": true + } + ], + "updateInterval": 120, + "version": "8.9.2" +} \ No newline at end of file