feat(browser): add new extension: ublacklist

This commit is contained in:
Sergio Laín 2024-08-18 13:48:18 +02:00
parent 231d939af4
commit 85353fe32d
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 39 additions and 0 deletions

View file

@ -44,6 +44,7 @@ The extensions I'm using are:
- [SurfingKeys](https://github.com/brookhong/Surfingkeys) - [SurfingKeys](https://github.com/brookhong/Surfingkeys)
- [Tab Session Manager](https://github.com/sienori/Tab-Session-Manager) - [Tab Session Manager](https://github.com/sienori/Tab-Session-Manager)
- [uBlock Origin](https://github.com/gorhill/uBlock#ublock-origin) - [uBlock Origin](https://github.com/gorhill/uBlock#ublock-origin)
- [ublacklist](https://github.com/iorate/ublacklist)
- [ViolentMonkey](https://github.com/violentmonkey/violentmonkey) - [ViolentMonkey](https://github.com/violentmonkey/violentmonkey)
- [Web Scrobbler](https://github.com/web-scrobbler/web-scrobbler) - [Web Scrobbler](https://github.com/web-scrobbler/web-scrobbler)
- [Wikiwand](https://www.wikiwand.com/) - [Wikiwand](https://www.wikiwand.com/)

View file

@ -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"
}