mirror of https://github.com/gorhill/uBlock.git
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 [releases page](https://github.com/gorhill/uBlock/releases) for recent changes.
|
||||||
See [Wiki](https://github.com/gorhill/uBlock/wiki) for more information.
|
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">
|
<p align="center">
|
||||||
µBlock: page loaded. ABP: page still loading.<br>
|
µBlock: page loaded. ABP: page still loading.<br>
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
var userListName = chrome.i18n.getMessage('1pPageName');
|
var userListName = chrome.i18n.getMessage('1pPageName');
|
||||||
var listDetails = {};
|
var listDetails = {};
|
||||||
var parseCosmeticFilters = true;
|
|
||||||
var externalLists = '';
|
var externalLists = '';
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
@ -288,7 +287,7 @@ var blacklistsApplyHandler = function() {
|
||||||
messaging.tell({
|
messaging.tell({
|
||||||
what: 'userSettings',
|
what: 'userSettings',
|
||||||
name: 'parseAllABPHideFilters',
|
name: 'parseAllABPHideFilters',
|
||||||
value: parseCosmeticFilters
|
value: listDetails.cosmetic
|
||||||
});
|
});
|
||||||
// Reload blacklists
|
// Reload blacklists
|
||||||
var switches = [];
|
var switches = [];
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "__MSG_extName__",
|
"name": "__MSG_extName__",
|
||||||
"short_name": "µBlock",
|
"short_name": "µBlock",
|
||||||
"version": "0.3.0.1",
|
"version": "0.3.0.2",
|
||||||
"description": "__MSG_extShortDesc__",
|
"description": "__MSG_extShortDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "img/icon_16.png",
|
"16": "img/icon_16.png",
|
||||||
|
|
Loading…
Reference in New Issue