Skip to content

Releases: gorhill/uBlock

1.5.0

26 Dec 14:32
Compare
Choose a tag to compare

New:

Ability to inject script resource from the resource library directly into a page -- i.e. not through redirection. Can be used to defeat some otherwise hard to defeat ad injection mechanisms on some sites. More specifically, this allows to defeat AdDefend- or Yavli-based ads on many sites (as of writing), which so far were defeated only through inline script tag filtering -- so this means that now Chromium-based browsers can also bypass AdDefend/Yavli (for example, see #1100). Some documentation available here (will eventually create a dedicated page).

Enabling advanced user mode won't cause the tooltips to be disabled anymore. There is now a separate setting for tooltips in the Settings pane: "Disable tooltips". Tooltips are enabled by default.

Closed as fixed:

Chromium:
Core:

1.4.0

12 Dec 14:33
Compare
Choose a tag to compare

New:

Ability to use Adguard filter lists

You can now directly use Adguard filter lists. Filters which use Adguard-specific filter syntax extension will simply be discarded by uBO. If you want to use an Adguard filter list, you will have to import it as an external filter list.

Popunders

A new filter type is introduced: popunder. This gives uBlock Origin the ability to block popunders. Popunders are when a web page opens new legitimate content in another tab or window, while at the same time loading nuisance content in the current tab. They are essentially the reverse of what is happening with nuisance popups, where the nuisance content is opened in a new tab or window.

Since the popunder option is specific to uBO, any instance of sites using popunders will have to be reported here so that filters can be crafted to address the issue for those sites.

Redirection infrastructure

Consider this still experimental. This adds the option to map blocked network requests to uBO-provided resources. Specifically, this solves issue raised in #949/#1043 -- and more generally consider this yet another tool in uBO's arsenal to enforce users' choices.

The library of resources which are used for redirection is -- and will always be completely under control of uBO, this is not something under the control of any 3rd parties. This ensures only safe resources are used for redirection.

It could be said this feature is vaguely similar to NoScript's surrogates, except that in the case of uBO it's network redirection to plainly map one resource into another one, and it can be used for any kind of resource, not just scripts (anything which can be represented with a data: URI).

Only blocked network requests are candidates for redirection.

To create a redirection filter, just add the redirect=[...] filter option to it, like so:

||example.com/badimage.*$image,redirect=2x2-transparent.png

The [...] is a token identifying the resource to which to redirect: it must be a resource which appears in the resource library. With the example filter above, a web page will not see that the resource was blocked.

For the redirect= filter option to be taken into account, some conditions must be met by the static filter, for efficiency purpose. The static filter ...

  • must be hostname-anchored, i.e. starts with ||.
  • must have one type specified -- negated types are not valid.
  • must have a redirect token which identifies an existing resource in the resource library.

If at least one of the above conditions is not met, no redirection will take place, though the filter will still block matching network requests.

Example of cases solved by the redirect filter option:

Closed as fixed:

Firefox
Pale Moon / SeaMonkey
Core

1.3.6

21 Nov 15:30
Compare
Choose a tag to compare

1.3.5

20 Nov 05:04
Compare
Choose a tag to compare

Closed as fixed:

Pale Moon, or older versions of Firefox

1.3.4

19 Nov 14:30
Compare
Choose a tag to compare

1.3.3

1.3.2

28 Oct 11:53
Compare
Choose a tag to compare

New:

[Chromium] question/suggestion: centralized custom filter/whitelist settings? This needs to be tested by an admin, in a proper environment, I can't test this myself. Will wait for feedback.

Closed as fixed:

Pale Moon/SeaMonkey
Core

1.3.1

21 Oct 04:28
Compare
Choose a tag to compare

1.3.0

19 Oct 13:33
Compare
Choose a tag to compare

New

Basic support for Thunderbird, contributed by @M-Reimer.


Closed as fixed:

Chromium (v31)
Firefox
Core

1.2.1

08 Oct 15:20
Compare
Choose a tag to compare