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