Skip to content

Commit

Permalink
fix #2685; add Adguard's generic filters; remove EasyList w/out eleme…
Browse files Browse the repository at this point in the history
…nt hiding
  • Loading branch information
gorhill committed Sep 16, 2017
1 parent 1e760f9 commit dec5e3e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions assets/assets.json
Expand Up @@ -74,15 +74,15 @@
"assets/ublock/unbreak.txt"
]
},
"abprotector-0": {
"aak-continued": {
"content": "filters",
"group": "ads",
"off": true,
"title": "uBlock Protector List",
"contentURL": "https://raw.githubusercontent.com/jspenguin2017/uBlockProtector/master/uBlockProtectorList.txt",
"supportURL": "https://github.com/jspenguin2017/uBlockProtector/blob/master/CONTRIBUTING.MD",
"instructionURL": "https://jspenguin2017.github.io/uBlockProtector/"
},
"title": "AAK-Cont Filters For uBlock Origin",
"contentURL": "https://xuhaiyang1234.gitlab.io/AAK-Cont/dist/aak-cont-list-ubo.txt",
"supportURL": "https://gitlab.com/xuhaiyang1234/AAK-Cont/issues",
"instructionURL": "https://gitlab.com/xuhaiyang1234/AAK-Cont#installation-instruction"
},
"awrl-0": {
"content": "filters",
"group": "ads",
Expand All @@ -91,6 +91,14 @@
"contentURL": "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt",
"supportURL": "https://forums.lanik.us/"
},
"adguard-generic": {
"content": "filters",
"group": "ads",
"off": true,
"title": "Adguard Generic Filters",
"contentURL": "https://filters.adtidy.org/extension/ublock/filters/2_without_easylist.txt",
"supportURL": "https://github.com/AdguardTeam/AdguardFilters/issues"
},
"easylist": {
"content": "filters",
"group": "ads",
Expand All @@ -104,14 +112,6 @@
],
"supportURL": "https://forums.lanik.us/"
},
"easylist-nocosmetic": {
"content": "filters",
"group": "ads",
"off": true,
"title": "EasyList without element hiding rules",
"contentURL": "https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt",
"supportURL": "https://forums.lanik.us/"
},
"disconnect-tracking": {
"content": "filters",
"group": "privacy",
Expand Down

3 comments on commit dec5e3e

@adisib
Copy link

@adisib adisib commented on dec5e3e Sep 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is easylist_noelemhide no longer being updated by its maintainers? Or did you remove it because you prefer it to be custom (e.g. to have a smaller cleaner list)? I did not see it mentioned in the referenced issue.

@gorhill
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just revising the choice of lists presented in the 3rd-party pane -- there is too much cruft in there. Given that one can disable generic cosmetic filtering or all cosmetic filtering, there was no point in keeping that list in there.

@terrorist96
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gorhill you mentioned here that you were going to add Adguard's list as a stock list (I interpreted that as meaning it would be on by default) to supplement EasyList. Seems like it's added but off by default. I think it would be useful to have it on by default. What do you think?

Please sign in to comment.