Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 72ff749

Browse files
committed
New revision and new GitHub raw URLs
1 parent 008fd40 commit 72ff749

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

platform/chromium/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33

44
"name": "uBlock",
5-
"version": "0.9.2.4",
5+
"version": "0.9.3.0",
66

77
"default_locale": "en",
88
"description": "__MSG_extShortDesc__",

src/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="https://github.com/gorhill/uBlock" data-i18n="aboutCode"></a>
1818
<li><span data-i18n="aboutContributors"></span>
1919
<ul>
20-
<li><a href="https://github.com/gorhill/uBlock/graphs/contributors">Github</a>
20+
<li><a href="https://github.com/chrisaljoudi/ublock">GitHub</a>
2121
<li><a href="https://crowdin.net/project/ublock">Crowdin</a>
2222
</ul>
2323
</ul>

src/js/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ return {
101101
// EasyList, EasyPrivacy and many others have an 4-day update period,
102102
// as per list headers.
103103
updateAssetsEvery: 97 * oneHour,
104-
projectServerRoot: 'https://raw.githubusercontent.com/gorhill/uBlock/master/',
104+
projectServerRoot: 'https://raw.githubusercontent.com/chrisaljoudi/uBlock/master/',
105105
userFiltersPath: 'assets/user/filters.txt',
106106
pslPath: 'assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat',
107107

0 commit comments

Comments
 (0)