Skip to content

Commit

Permalink
1.48.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gontazaka committed Mar 26, 2023
2 parents 242e1fa + c7c7488 commit 51f0028
Show file tree
Hide file tree
Showing 140 changed files with 5,444 additions and 1,774 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"browser": true,
"devel": true,
"eqeqeq": true,
"esversion": 9,
"esversion": 11,
"globals": {
"chrome": false, // global variable in Chromium, Chrome, Opera
"globalThis": false,
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run_options := $(filter-out $@,$(MAKECMDGOALS))
.PHONY: all clean test lint chromium opera firefox npm dig mv3 mv3-quick \
compare maxcost medcost mincost modifiers record wasm

sources := $(wildcard assets/resources/* dist/version src/* src/*/* src/*/*/* src/*/*/*/*)
sources := $(wildcard assets/* assets/*/* dist/version src/* src/*/* src/*/*/* src/*/*/*/*)
platform := $(wildcard platform/* platform/*/* platform/*/*/* platform/*/*/*/*)
assets := dist/build/uAssets

Expand Down
28 changes: 20 additions & 8 deletions assets/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"cdnURLs": [
"https://ublockorigin.github.io/uAssetsCDN/ublock/assets.json",
"https://ublockorigin.pages.dev/ublock/assets.json",
"https://gitcdn.link/cdn/gorhill/uBlock/master/assets/assets.json",
"https://cdn.jsdelivr.net/gh/gorhill/uBlock@master/assets/assets.json",
"https://cdn.statically.io/gh/gorhill/uBlock/master/assets/assets.json"
]
Expand All @@ -19,7 +18,6 @@
"updateAfter": 19,
"contentURL": [
"https://publicsuffix.org/list/public_suffix_list.dat",
"https://gitcdn.link/cdn/publicsuffix/list/master/public_suffix_list.dat",
"assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat"
]
},
Expand Down Expand Up @@ -433,6 +431,15 @@
"contentURL": "https://www.void.gr/kargig/void-gr-filters.txt",
"supportURL": "https://github.com/kargig/greek-adblockplus-filter"
},
"HRV-0": {
"content": "filters",
"group": "regions",
"off": true,
"title": "HRV, SRB: Dandelion Sprout's Serbo-Croatian filters",
"lang": "hr sr",
"contentURL": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/SerboCroatianList.txt",
"supportURL": "https://github.com/DandelionSprout/adfilt#readme"
},
"HUN-0": {
"content": "filters",
"group": "regions",
Expand Down Expand Up @@ -465,7 +472,7 @@
"group": "regions",
"off": true,
"title": "IRN: PersianBlocker",
"lang": "fa",
"lang": "fa ps tg",
"contentURL": [
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlocker.txt",
"https://cdn.statically.io/gh/MasterKia/PersianBlocker/main/PersianBlocker.txt"
Expand Down Expand Up @@ -515,11 +522,7 @@
"off": true,
"title": "KOR: List-KR",
"lang": "ko",
"contentURL": "https://raw.githubusercontent.com/List-KR/List-KR/master/filter-uBO.txt",
"cdnURLs": [
"https://cdn.jsdelivr.net/gh/List-KR/List-KR@master/filter-uBO.txt",
"https://cdn.statically.io/gh/List-KR/List-KR/master/filter-uBO.txt"
],
"contentURL": "https://cdn.jsdelivr.net/gh/List-KR/List-KR@master/filter-uBlockOrigin.txt",
"supportURL": "https://github.com/List-KR/List-KR#readme"
},
"LTU-0": {
Expand All @@ -544,6 +547,15 @@
"contentURL": "https://raw.githubusercontent.com/Latvian-List/adblock-latvian/master/lists/latvian-list.txt",
"supportURL": "https://github.com/Latvian-List/adblock-latvian"
},
"MKD-0": {
"content": "filters",
"group": "regions",
"off": true,
"title": "MKD: Macedonian adBlock Filters",
"lang": "mk",
"contentURL": "https://raw.githubusercontent.com/DeepSpaceHarbor/Macedonian-adBlock-Filters/master/Filters",
"supportURL": "https://github.com/DeepSpaceHarbor/Macedonian-adBlock-Filters"
},
"NLD-0": {
"content": "filters",
"group": "regions",
Expand Down
Loading

0 comments on commit 51f0028

Please sign in to comment.