mirror of https://github.com/gorhill/uBlock.git
New revision and new GitHub raw URLs
This commit is contained in:
parent
008fd40a3a
commit
72ff749fc2
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "uBlock",
|
"name": "uBlock",
|
||||||
"version": "0.9.2.4",
|
"version": "0.9.3.0",
|
||||||
|
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_extShortDesc__",
|
"description": "__MSG_extShortDesc__",
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<li><a href="https://github.com/gorhill/uBlock" data-i18n="aboutCode"></a>
|
<li><a href="https://github.com/gorhill/uBlock" data-i18n="aboutCode"></a>
|
||||||
<li><span data-i18n="aboutContributors"></span>
|
<li><span data-i18n="aboutContributors"></span>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/gorhill/uBlock/graphs/contributors">Github</a>
|
<li><a href="https://github.com/chrisaljoudi/ublock">GitHub</a>
|
||||||
<li><a href="https://crowdin.net/project/ublock">Crowdin</a>
|
<li><a href="https://crowdin.net/project/ublock">Crowdin</a>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -101,7 +101,7 @@ return {
|
||||||
// EasyList, EasyPrivacy and many others have an 4-day update period,
|
// EasyList, EasyPrivacy and many others have an 4-day update period,
|
||||||
// as per list headers.
|
// as per list headers.
|
||||||
updateAssetsEvery: 97 * oneHour,
|
updateAssetsEvery: 97 * oneHour,
|
||||||
projectServerRoot: 'https://raw.githubusercontent.com/gorhill/uBlock/master/',
|
projectServerRoot: 'https://raw.githubusercontent.com/chrisaljoudi/uBlock/master/',
|
||||||
userFiltersPath: 'assets/user/filters.txt',
|
userFiltersPath: 'assets/user/filters.txt',
|
||||||
pslPath: 'assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat',
|
pslPath: 'assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue