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

Commit 2a044c5

Browse files
committed
Merge branch 'v0.9.5.3'
* v0.9.5.3: Performance and memory related changes
2 parents e8badc1 + d1e1ca1 commit 2a044c5

File tree

4 files changed

+349
-59
lines changed

4 files changed

+349
-59
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Being lean and efficient doesn't mean blocking less<br>
9595

9696
* It's important to note that blocking ads [is *not* theft](https://twitter.com/LeaVerou/status/518154828166725632). Don't fall for this creepy idea. The _ultimate_ logical consequence of `blocking = theft` is the criminalisation of the inalienable right to privacy.
9797

98-
* _EasyList_, _Peter Lowe's Adservers_, _EasyPrivacy_ and _Malware domains_ are enabled by default when you install uBlock. Many more lists are readily available to block trackers, analytics, and more. Hosts files are also supported.
98+
* _EasyList_, _Acceptable Ads_, _ABP Anti-Circumvention Filter List‎_ and _Cryptocurrency (Bitcoin) Mining Protection List‎_ are enabled by default when you install uBlock. Many more lists are readily available to block trackers, analytics, and more. Hosts files are also supported.
9999

100100
* Once you install uBlock, you can easily un-select any of the pre-selected filter lists if you think uBlock blocks too much. For reference, Adblock Plus installs with only _EasyList_ enabled by default.
101101

platform/chromium/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33

44
"name": "uBlock",
5-
"version": "0.9.5.16",
5+
"version": "0.9.5.17",
66

77
"default_locale": "en",
88
"description": "__MSG_extShortDesc__",

src/js/background.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ return {
9191

9292
// read-only
9393
systemSettings: {
94-
compiledMagic: 'krpszukpsddd',
95-
selfieMagic: 'ednhiasrsddd'
94+
compiledMagic: 'wertpszukpsddd',
95+
selfieMagic: 'werthiasrsddd'
9696
},
9797
restoreBackupSettings: {
9898
lastRestoreFile: '',

0 commit comments

Comments
 (0)