1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

new version

This commit is contained in:
gorhill 2015-02-27 19:47:34 -05:00
parent 497e0f08e5
commit f4f7d56724
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "µBlock",
"version": "0.8.8.5",
"version": "0.8.9.0",
"default_locale": "en",
"description": "__MSG_extShortDesc__",

View File

@ -27,7 +27,7 @@
(function() {
quickProfiler.start('start.js');
//quickProfiler.start('start.js');
/******************************************************************************/
@ -51,7 +51,7 @@ var onAllReady = function() {
// for launch time.
µb.assets.allowRemoteFetch = true;
quickProfiler.stop(0);
//quickProfiler.stop(0);
vAPI.onLoadAllCompleted();
};