diff --git a/README.md b/README.md index 4ed05cab2..3c3432408 100644 --- a/README.md +++ b/README.md @@ -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.
µBlock: page loaded. ABP: page still loading.
diff --git a/js/3p-filters.js b/js/3p-filters.js
index 3d5f998c4..defeac988 100644
--- a/js/3p-filters.js
+++ b/js/3p-filters.js
@@ -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 = [];
diff --git a/manifest.json b/manifest.json
index 8c1a42c27..0aea5e7e3 100644
--- a/manifest.json
+++ b/manifest.json
@@ -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",