Skip to content

Commit

Permalink
Spin-off cookie notices/social widgets lists into own category
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Mar 29, 2024
1 parent b2a927d commit 7d321c0
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions assets/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"group": "ads",
"title": "EasyList",
"tags": "ads",
"preferred": true,
"contentURL": [
"https://ublockorigin.github.io/uAssets/thirdparties/easylist.txt",
"assets/thirdparties/easylist/easylist.txt"
Expand Down Expand Up @@ -205,6 +206,7 @@
"group": "privacy",
"title": "EasyPrivacy",
"tags": "privacy",
"preferred": true,
"contentURL": [
"https://ublockorigin.github.io/uAssets/thirdparties/easyprivacy.txt",
"assets/thirdparties/easylist/easyprivacy.txt"
Expand Down Expand Up @@ -247,7 +249,8 @@
"adguard-cookies": {
"content": "filters",
"group": "annoyances",
"parent": "AdGuard – Annoyances|AdGuard/uBO – Cookie Notices",
"group2": "cookies",
"parent": "AdGuard/uBO – Cookie Notices",
"off": true,
"title": "AdGuard – Cookie Notices",
"tags": "annoyances cookies",
Expand All @@ -258,7 +261,8 @@
"ublock-cookies-adguard": {
"content": "filters",
"group": "annoyances",
"parent": "AdGuard – Annoyances|AdGuard/uBO – Cookie Notices",
"group2": "cookies",
"parent": "AdGuard/uBO – Cookie Notices",
"off": true,
"title": "uBlock filters – Cookie Notices",
"tags": "annoyances cookies",
Expand All @@ -274,10 +278,12 @@
"fanboy-cookiemonster": {
"content": "filters",
"group": "annoyances",
"parent": "EasyList – Annoyances|EasyList/uBO – Cookie Notices",
"group2": "cookies",
"parent": "EasyList/uBO – Cookie Notices",
"off": true,
"title": "EasyList – Cookie Notices",
"tags": "annoyances cookies",
"preferred": true,
"contentURL": [
"https://ublockorigin.github.io/uAssets/thirdparties/easylist-cookies.txt",
"https://secure.fanboy.co.nz/fanboy-cookiemonster_ubo.txt"
Expand All @@ -294,10 +300,12 @@
"ublock-cookies-easylist": {
"content": "filters",
"group": "annoyances",
"parent": "EasyList – Annoyances|EasyList/uBO – Cookie Notices",
"group2": "cookies",
"parent": "EasyList/uBO – Cookie Notices",
"off": true,
"title": "uBlock filters – Cookie Notices",
"tags": "annoyances cookies",
"preferred": true,
"contentURL": "https://ublockorigin.github.io/uAssets/filters/annoyances-cookies.txt",
"cdnURLs": [
"https://ublockorigin.github.io/uAssetsCDN/filters/annoyances-cookies.txt",
Expand All @@ -310,9 +318,10 @@
"adguard-social": {
"content": "filters",
"group": "annoyances",
"parent": "AdGuard – Annoyances",
"group2": "social",
"parent": null,
"off": true,
"title": "AdGuard – Social Media",
"title": "AdGuard – Social Widgets",
"tags": "annoyances social",
"contentURL": "https://filters.adtidy.org/extension/ublock/filters/4.txt",
"supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters",
Expand All @@ -321,10 +330,12 @@
"fanboy-social": {
"content": "filters",
"group": "annoyances",
"parent": "EasyList – Annoyances",
"group2": "social",
"parent": null,
"off": true,
"title": "EasyList – Social Widgets",
"tags": "annoyances social",
"preferred": true,
"contentURL": [
"https://ublockorigin.github.io/uAssets/thirdparties/easylist-social.txt",
"https://secure.fanboy.co.nz/fanboy-social_ubo.txt"
Expand All @@ -341,6 +352,7 @@
"fanboy-thirdparty_social": {
"content": "filters",
"group": "annoyances",
"group2": "social",
"off": true,
"title": "Fanboy – Anti-Facebook",
"tags": "privacy",
Expand Down Expand Up @@ -398,6 +410,7 @@
"off": true,
"title": "EasyList – Other Annoyances",
"tags": "annoyances",
"preferred": true,
"contentURL": "https://ublockorigin.github.io/uAssets/thirdparties/easylist-annoyances.txt",
"cdnURLs": [
"https://ublockorigin.github.io/uAssetsCDN/thirdparties/easylist-annoyances.txt",
Expand All @@ -414,6 +427,7 @@
"off": true,
"title": "EasyList – Chat Widgets",
"tags": "annoyances",
"preferred": true,
"contentURL": "https://ublockorigin.github.io/uAssets/thirdparties/easylist-chat.txt",
"cdnURLs": [
"https://ublockorigin.github.io/uAssetsCDN/thirdparties/easylist-chat.txt",
Expand All @@ -430,6 +444,7 @@
"off": true,
"title": "EasyList – Newsletter Notices",
"tags": "annoyances",
"preferred": true,
"contentURL": [
"https://ublockorigin.github.io/uAssets/thirdparties/easylist-newsletters.txt"
],
Expand All @@ -448,6 +463,7 @@
"off": true,
"title": "EasyList – Notifications",
"tags": "annoyances",
"preferred": true,
"contentURL": [
"https://ublockorigin.github.io/uAssets/thirdparties/easylist-notifications.txt"
],
Expand Down Expand Up @@ -490,6 +506,7 @@
"updateAfter": 13,
"title": "Peter Lowe’s Ad and tracking server list",
"tags": "ads privacy security",
"preferred": true,
"contentURL": [
"https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext",
"assets/thirdparties/pgl.yoyo.org/as/serverlist.txt",
Expand Down

0 comments on commit 7d321c0

Please sign in to comment.