mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 18:32:45 +01:00
this fix #103
This commit is contained in:
parent
436d6ce49b
commit
0f601e55ad
@ -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>
|
||||
|
@ -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 = [];
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user