Adblock Plus and (a little) more
Element Hiding Helper 1.3.7 for Adblock Plus released · 2016-02-16 15:31 by Wladimir Palant
Install Element Hiding Helper 1.3.7 for Adblock Plus
This is a minor update fixing a single issue affecting users of Firefox 45 (currently Beta) and above. A change in Firefox broke switching between Basic and Advanced mode, this has been fixed now.
Adblock Plus 1.10.2 for Safari released · 2016-02-11 15:28 by Sebastian Noack
Install Adblock Plus 1.10.2 for Safari (Safari 6 or higher required)
We just updated Apple’s certificate used in the Safari builds to make sure that Adblock Plus can still be installed when the old certificate expires. And as a result we had to release a new version. Other than the updated certificate, the build is completely identical to the previous release.
Builds for Chrome and Opera were generated as well. But since there were no changes compared to the previous release, we didn’t upload these to their respective web stores.
Adblock Browser 1.1.1 for Android released · 2016-02-02 14:05 by Mario König
Install Adblock Browser 1.1.1 for Android
Changes
- Fixed: Fixed a bug that caused Adblock Browser to crash on some devices running Android 6. (Issue 3406)
Adblock Plus 2.7.1 for Firefox released · 2016-01-19 15:08 by Wladimir Palant
Install Adblock Plus 2.7.1 for Firefox
With this release Adblock Plus becomes fully compatible with the upcoming multi-process mode in Firefox, it no longer relies on backwards compatibility hacks in Firefox (issue 3259, issue 3407, issue 3449, issue 3465, issue 3486, issue 3494). This also means that the screenshot functionality in Issue Reporter is fully functional now (issue 3375), and also quite fast (issue 3504).
Additional changes
- Improved performance:
patterns.ini
was being saved way more often than necessary (issue 3473). - $ping filter option is back and will especially apply to requests sent via navigator.sendBeacon() (issue 3452).
- Requests produced by
<img srcset>
and<picture>
will be assigned typeimage
(issue 3459). - Requests produced by the Fetch API will be assigned type
xmlhttprequest
(issue 3459). genericblock
andgenerichide
types will no longer show up in the filter assistant (issue 3478).- Removed non-standard JavaScript syntax, which caused warnings in Firefox Aurora and Nightly builds (issue 1434, issue 3418, issue 3421, issue 3502, issue 3505).
- Fixed: Previously disabled and removed filter is still disabled when added back (issue 3451).
Regressions fixed
As the previous release changed Adblock Plus quite drastically, it inevitably introduced some issues. As far as we know, all of these have been resolved:
- Pop-up blocking doesn’t catch redirects to a different domain (issue 3458).
- Issue Reporter gets stuck if filter subscriptions need updating (issue 3461, issue 3464).
- Screenshot marker in Issue Reporter is no longer red (issue 3503).
- Fixed image preview in Blockable Items tooltip (issue 3491).
Known issues
- Element hiding functionality isn’t working on Mac OS X when multi-process mode is enabled (bug 1187099). Mozilla is working on this.
Adblock Browser 1.2.1 for iOS released · 2016-01-14 10:34 by Mario König
Install Adblock Browser 1.2.1 for iOS
Changes
- Fixed: Fixed bug that caused crashes for users who accessed the History tab with more than 200+ entries. (Issue 3265)
Element Hiding Helper 1.3.6 for Adblock Plus released · 2016-01-05 13:15 by Wladimir Palant
Install Element Hiding Helper 1.3.6 for Adblock Plus
This is a minor update, removing non-standard JavaScript syntax, which caused warnings in Firefox Aurora and Nightly builds (issue 1434, issue 3260, issue 3418, issue 3421, issue 3430). It also slightly improves support for multi-process Firefox (issue 3431, issue 3443).
Customizations 1.0.4 for Adblock Plus released · 2016-01-05 13:10 by Wladimir Palant
Install Customizations 1.0.4 for Adblock Plus
This is a minor update, removing non-standard JavaScript syntax, which caused warnings in Firefox Aurora and Nightly builds (issue 1434, issue 3260, issue 3418, issue 3421). There are also a few additional changes:
- References to “add-on bar” have been replaced by “toolbar” (issue 1140).
- Displaying toolbar icon as text has been disabled in latest Firefox versions, Australis theme doesn’t support it (issue 1155).
- Fixed: “Toolbar item display” option keeps switching to default rather than showing the selected value (issue 1156).
- The special icon for “whitelisted” websites has been updated to better match the current Adblock Plus icon (issue 2269).
Diagnostics 1.3.1 for Adblock Plus released · 2016-01-05 13:07 by Wladimir Palant
Install Diagnostics 1.3.1 for Adblock Plus
This is a minor update, removing non-standard JavaScript syntax, which caused warnings in Firefox Aurora and Nightly builds (issue 1434, issue 3260, issue 3418, issue 3420, issue 3421).
Diagnostics 1.3 for Adblock Plus released · 2015-12-15 13:12 by Wladimir Palant
Install Diagnostics 1.3 for Adblock Plus
Diagnostics 1.3 has seen significant changes in order to support Adblock Plus 2.7 which we released today. Due to the extent of the changes it is no longer compatible with older Adblock Plus versions, unfortunately. We will publish Diagnostics on AMO now in order to have signed development builds but it’s still an internal helper, so use at your own risk.
Changes
- The confusing “ignore early returns” checkbox is gone — Diagnostics is no longer able to track low-level actions, so it generally cannot detect low-level calls that aren’t being forwarded to the upper level. However, there are relatively few such cases remaining in Adblock Plus now.
- The columns Context, Document and Additional have been removed as well — this kind of low-level context information is no longer available to Diagnostics (and neither to Adblock Plus when it is making decisions).
- On the other hand, the Request origin data has been extended. The tooltip will now show the entire frame hierarchy for a request, not only the location of the frame immediately responsible.
- There is also a new column called Private. This one will indicate whether a request is associated with a private browsing window.
- The Type column will no longer attempt to localize the type, instead the internal type identifier will be displayed (corresponds with filter options).
Adblock Plus 2.7 for Firefox released · 2015-12-15 12:42 by Wladimir Palant
Install Adblock Plus 2.7 for Firefox
This release addresses most of the issues affecting Adblock Plus in the latest Firefox pre-release builds, particularly when multi-process mode is enabled in Firefox settings. While Adblock Plus was mostly working in multi-process mode before, it was also very slow — this is not a user experience we want our users to have when Mozilla starts rolling out multi-process mode to Firefox Beta users today. In order to support multiple processes properly we had to implement massive changes to the core functionality of Adblock Plus. These changes should have almost no visible effect other than improved performance however.
Visible changes
- If pop-ups are blocked after the redirect, the pop-up window will actually be closed and not merely prevented from loading (issue 443).
- The diagnostic page under
chrome://adblockplus/content/errors.html
has been removed, it was of very limited use (issue 3357).
Known issues
- Element hiding functionality isn’t working on Mac OS X when multi-process mode is enabled (bug 1187099). Given the lack of progress on Mozilla’s side, we will have to come up with some work-around later on.
- Issue reporter doesn’t create screenshots when multi-process mode is enabled (issue 3375). To be addressed in the next release.
- “Unsafe CPOW usage” warnings will still show up in Error Console sometimes when multi-process mode is enabled, most prominently when using the list of blockable items (issue 3407). To be addressed in the next release.
- Selection in the list of blockable items isn’t remembered reliably when multi-process mode is enabled (issue 3259). To be addressed in the next release.