mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add filter list for experimental filters
This commit is contained in:
parent
348f151e36
commit
d88814bc12
3 changed files with 46 additions and 0 deletions
|
|
@ -149,6 +149,24 @@
|
|||
],
|
||||
"supportURL": "https://github.com/uBlockOrigin/uAssets"
|
||||
},
|
||||
"ublock-experimental": {
|
||||
"content": "filters",
|
||||
"group": "default",
|
||||
"off": true,
|
||||
"title": "uBlock filters – Experimental",
|
||||
"contentURL": "https://ublockorigin.github.io/uAssets/filters/experimental.txt",
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/experimental.min.txt",
|
||||
"https://ublockorigin.pages.dev/filters/experimental.min.txt",
|
||||
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/experimental.min.txt",
|
||||
"https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/experimental.min.txt"
|
||||
],
|
||||
"patchURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/",
|
||||
"https://ublockorigin.pages.dev/filters/"
|
||||
],
|
||||
"supportURL": "https://github.com/uBlockOrigin/uAssets"
|
||||
},
|
||||
"adguard-generic": {
|
||||
"content": "filters",
|
||||
"group": "ads",
|
||||
|
|
|
|||
|
|
@ -149,6 +149,24 @@
|
|||
],
|
||||
"supportURL": "https://github.com/uBlockOrigin/uAssets"
|
||||
},
|
||||
"ublock-experimental": {
|
||||
"content": "filters",
|
||||
"group": "default",
|
||||
"off": true,
|
||||
"title": "uBlock filters – Experimental",
|
||||
"contentURL": "https://ublockorigin.github.io/uAssets/filters/experimental.txt",
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/experimental.min.txt",
|
||||
"https://ublockorigin.pages.dev/filters/experimental.min.txt",
|
||||
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/experimental.min.txt",
|
||||
"https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/experimental.min.txt"
|
||||
],
|
||||
"patchURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/",
|
||||
"https://ublockorigin.pages.dev/filters/"
|
||||
],
|
||||
"supportURL": "https://github.com/uBlockOrigin/uAssets"
|
||||
},
|
||||
"adguard-generic": {
|
||||
"content": "filters",
|
||||
"group": "ads",
|
||||
|
|
|
|||
|
|
@ -159,6 +159,16 @@
|
|||
],
|
||||
"homeURL": "https://github.com/easylist/easylist#fanboy-lists"
|
||||
},
|
||||
{
|
||||
"id": "ublock-experimental",
|
||||
"name": "uBlock filters – Experimental",
|
||||
"enabled": false,
|
||||
"trusted": true,
|
||||
"urls": [
|
||||
"https://ublockorigin.github.io/uAssets/filters/experimental.min.txt"
|
||||
],
|
||||
"homeURL": "https://github.com/uBlockOrigin/uAssets"
|
||||
},
|
||||
{
|
||||
"id": "stevenblack-hosts",
|
||||
"name": "Steven Black’s Unified Hosts (adware + malware)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue