This commit is contained in:
gorhill 2014-07-26 13:31:22 -04:00
parent 436d6ce49b
commit 0f601e55ad
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,8 @@
See [releases page](https://github.com/gorhill/uBlock/releases) for recent changes.
See [Wiki](https://github.com/gorhill/uBlock/wiki) for more information.
An efficient blocker for Chromium-based browsers. Fast and lean.
An efficient blocker for Chromium-based browsers. Fast and lean. Development
through benchmarking.
<p align="center">
µBlock: page loaded. ABP: page still loading.<br>

View File

@ -29,7 +29,6 @@
var userListName = chrome.i18n.getMessage('1pPageName');
var listDetails = {};
var parseCosmeticFilters = true;
var externalLists = '';
/******************************************************************************/
@ -288,7 +287,7 @@ var blacklistsApplyHandler = function() {
messaging.tell({
what: 'userSettings',
name: 'parseAllABPHideFilters',
value: parseCosmeticFilters
value: listDetails.cosmetic
});
// Reload blacklists
var switches = [];

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extName__",
"short_name": "µBlock",
"version": "0.3.0.1",
"version": "0.3.0.2",
"description": "__MSG_extShortDesc__",
"icons": {
"16": "img/icon_16.png",