Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
this fix #103
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jul 26, 2014
1 parent 436d6ce commit 0f601e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 1 addition & 2 deletions js/3p-filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

var userListName = chrome.i18n.getMessage('1pPageName');
var listDetails = {};
var parseCosmeticFilters = true;
var externalLists = '';

/******************************************************************************/
Expand Down Expand Up @@ -288,7 +287,7 @@ var blacklistsApplyHandler = function() {
messaging.tell({
what: 'userSettings',
name: 'parseAllABPHideFilters',
value: parseCosmeticFilters
value: listDetails.cosmetic
});
// Reload blacklists
var switches = [];
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0f601e5

Please sign in to comment.