ublock users

oh yes :) thanks hazelnut

ublock v1.4.0

gorhill released this

3 days ago

Notes:

This version will be uploaded to the Chrome and Opera store. However it needs to be approved before being available, so expect it to appear early next week.

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 a 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.

Closed as fixed: FirefoxPale Moon / SeaMonkeyCore

additional:

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 redirection 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 redirection 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:

Ublock Origin now updated to 1.5.0.

Download for Firefox (download works on SeaMonkey too)

https://addons.mozilla.org/en-GB/firefox/addon/ublock-origin/

A little bit of info on ublock0

https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface

What the different blocking modes do and how to use them

https://github.com/gorhill/uBlock/wiki/Blocking-mode

ublock v1.5.0

gorhill released this

a day ago

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:
My first experience with an adblocker. No, haven't been living in a cave, just never used one. :P
For several days now have been using uBlock origin with SRWare Iron portable, sandboxed.
Remarkable software, great time saver for this setup.
I use an old version of Outpost firewall, and because Powershadow is running, it is difficult to configure the blocked sites, so there are lots of request popups (from the firewall). This uBlock origin software just stops them before they get to the firewall. Works Fast. Stopped 63 requests on one of the weather sites I visit.
Since the Iron browser is running sandboxed, it is easy to correct mistakes in the uBlock o settings, just don't save the settings and start again.
Trium, am I right in assuming that post #44 refers to uBlock Origin, not the newer version after it forked?
How does uBlock origin compare to Adblock Plus?

adblock vs ublock origin are very similar, even use the same lists.

what made me convert was the stories (rumours) of adblock selling its soul and 'allowing' certain things through if someone crossed their palms with silver.

plus, as it turns out, I personally have found ublock so much better, in privacy, blocking, customisation, updating...

(I'm even wondering if I still need Ghostery, uBlock seems to cover the same ground plus kicks in first)

How does uBlock origin compare to Adblock Plus?
in term of blocking ads using ABP filter syntax, like mta said, similar
but

uBlock Origin is not an "ad blocker", it is a wide-spectrum blocker, which happens to be able to function as a mere "ad blocker". But it can also be used in a manner similar to NoScript (to block scripts) and/or RequestPolicy (to block all 3rd-party servers by default), using a click-and-point user interface.

i only change to uBlock because its feel lighter on FF than ABP but might change now after FF release patches that fix problem with ABP

nearly change back to ABP after gorhill gave the project to other person but stay with uBO when gorhill release uBO

now, i don't think i can go back to ABP

reasons

- example.com##script:contains(...)

- Dynamic Filtering

adblock vs ublock origin are very similar, even use the same lists.

what made me convert was the stories (rumours) of adblock selling its soul and 'allowing' certain things through if someone crossed their palms with silver.

plus, as it turns out, I personally have found ublock so much better, in privacy, blocking, customisation, updating...

(I'm even wondering if I still need Ghostery, uBlock seems to cover the same ground plus kicks in first)

just disable acceptable ads and all ads will be block

regarding whether you still need Ghostery or not, try read Blocking Mode or here

from what i read, you don't need it but Ghostery might block what uBO misses because they use different set of filter

for the 2nd link, if you're gonna read all, might be better if you skip first 50 page

Thanks to Hazelnut for the heads up, and thanks for all the information, and for the benefit of your experiences.
I had seen that about "a wide-spectrum blocker" and some of the other explanations, but there is no substitute for advice from experienced users.
In my brief experience, uBO is noticeably faster that Adblock Plus.

ublock 1.5.1

gorhill released this

a day ago

Closed as fixed: Core:

In my brief experience, uBO is noticeably faster that Adblock Plus.

It is as I've used both. uBO allows for faster page loading from what I've noticed when on YouTube. Although I personally use Adblock Plus.

It is as I've used both. uBO allows for faster page loading from what I've noticed when on YouTube. Although I personally use Adblock Plus.

I'm still new to this adblocking business, care to explain why? :)

Simple really Adblock Plus fan being I've used it the longest. That and it took me almost a year to figure this bit of info out that was breaking most adblocking software in Chrome/Chromium browsers: http://forum.piriform.com/index.php?showtopic=45274

OK, got it. Thanks.

Those file paths are all different here, using a portable sandboxed version of Iron, but I get the idea.

i use uBlock Origin as it is lighter on resources for Firefox than ABP ever was (esp. before they fixed this: https://blog.mozilla.org/nnethercote/2015/07/01/firefox-41-will-use-less-memory-when-running-adblock-plus/ )

If people didn't have enough memory they'll never remember that. :P :lol:

@login123

Trium, am I right in assuming that post #44 refers to uBlock Origin, not the newer version after it forked?

yes :)

I've fully switched now to using uBlock Origin in both Firefox Portable and SRWare Iron Portable. The difference in page loading speeds is noticeably faster compared to Adblock Plus, in this case efficiency; page loading speeds, and less RAM consumption convinced me to switch.

ublock 1.5.2

gorhill released this

9 days ago

Changes: Chromium:

Reverted fix to issue #533: possibly due to a browser bug, the fix was causing other issues as reported in the Chrome store ...

With this extension enabled, Windows 10 not longer goes to sleep. POWERCFG /REQUESTS reports "WebRTC has active PeerConnections" from chrome.exe. Disabling this extension removes the request and allows Windows to sleep.

and ...

I came home today to find my PC (Win10 x64) wasn't asleep. I checked powercfg -requests and saw Chrome reporting "WebRTC has active PeerConnections".

Looking in chrome://webrtc-internals/ the only entry is for:

chrome-extension://cjpalhdlnbpafiamejdnhcphjbkeiagm/background.html, { servers: [], iceTransportType: all, bundlePolicy: balanced, rtcpMuxPolicy: negotiate },

Which is this extension. What is uBlock doing to keep WebRTC hung up and thus prevent my PC from sleeping?

I took a dump of the WebRTC Internals page if you'd like it for any other info.

uBO was closing the connection, but it appears there might be a browser bug.

ublock 1.5.3

gorhill released this

2 days ago

New:

Not part of uBlock Origin proper, but rather an online tool to help objectively bust the myth that with uBlock Origin ("uBO"), "pages load slower" than with Adblock Plus. The tool: Page load speed (updated).

Changes:

uBO will now automatically select the filter list which matches the current browser locale at first install time. This change does nothing if you have uBO already installed.

Closed as fixed: Chromium:Core:

uBO for Firefox was released yesterday 7 Jan 2016, I noticed the Chrome/Chromium version was released today 8 Jan 2016.

The crash on startup in a Chrome/Chromium browser I've not had that, crashing on closing the browser I've experienced.