mirror of https://github.com/gorhill/uBlock.git
new version
This commit is contained in:
parent
497e0f08e5
commit
f4f7d56724
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "µBlock",
|
"name": "µBlock",
|
||||||
"version": "0.8.8.5",
|
"version": "0.8.9.0",
|
||||||
|
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_extShortDesc__",
|
"description": "__MSG_extShortDesc__",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
||||||
quickProfiler.start('start.js');
|
//quickProfiler.start('start.js');
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ var onAllReady = function() {
|
||||||
// for launch time.
|
// for launch time.
|
||||||
µb.assets.allowRemoteFetch = true;
|
µb.assets.allowRemoteFetch = true;
|
||||||
|
|
||||||
quickProfiler.stop(0);
|
//quickProfiler.stop(0);
|
||||||
|
|
||||||
vAPI.onLoadAllCompleted();
|
vAPI.onLoadAllCompleted();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue