✨ feat(browser): add new extension: ublacklist
This commit is contained in:
parent
231d939af4
commit
85353fe32d
2 changed files with 39 additions and 0 deletions
1
.config/browser/.github/README.md
vendored
1
.config/browser/.github/README.md
vendored
|
@ -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/)
|
||||
|
|
38
.config/browser/extensions/ublacklist.json
Normal file
38
.config/browser/extensions/ublacklist.json
Normal 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"
|
||||
}
|
Loading…
Add table
Reference in a new issue