From the “uBO works best in Firefox” page, I found this gem:<p>> Firefox will wait for uBO to be ready before sending network requests from already opened tab(s) at browser launch.<p>> In Chromium-based browsers, this is not the case. Tracker/advertisement payloads may find their way into already opened tabs before uBO is ready, while Firefox will properly filter these.<p>That’s a hell of a “bug” in Chromium, that blocker initialization has a race condition with restoring the last opened tabs. What a weird little “accident” that Chromium just moves forward and loads all the trackers, “oopsie”. I wonder which kind of promotion the engineer who made that “mistake” has been awarded.
I've been using uBlock since shortly after it launched, and I'd rather lose access to all Google services than not have an ad blocker. I seriously question how people use a browser without one. Completely changes how the web feels.
A nice little Quality Of Life improvement for me with uBlock Origin recently has been using it top block Confluence's pop ups when someone has commented on a page I'm reading.<p>We use Confluence to do document reviews at work, and sitting there attempting to read a document while Confluence is popping up that annoying dialogue box over and over again as people comment on the doc is insanely annoying. With uBlock Origin I was able to (after a few false attempts) sniff the specific element and filter it out.
For anyone looking for up-to-date information on getting YouTube ad blocking to work: <a href="https://github.com/uBlockOrigin/uAssets/issues/19976">https://github.com/uBlockOrigin/uAssets/issues/19976</a>
Note that this release is not, as of this comment, finished being published and approved in any of the four browser app stores, so you may not see the new version when using check for updates (if you installed the normal way) until they’ve finished the release process.<p><a href="https://www.reddit.com/r/uBlockOrigin/comments/17kw0vc/ublock_origin_153_announcement_thread/" rel="nofollow noreferrer">https://www.reddit.com/r/uBlockOrigin/comments/17kw0vc/ubloc...</a> has the usual “it hasn’t completed review yet” guidances as well how to rush ahead of the app stores for those that are impatient.
"uBO works best on Firefox". I can't say I'm totally shocked that getting it working better under Chrome is somehow more difficult.
uBlock Origin is a recommended extension[1]<p>Recommended extensions undergo full code review by staff security experts to provide a strong additional security check.<p>[1] - <a href="https://blog.mozilla.org/en/products/firefox/extensions-addons/firefox-recommended-extensions/" rel="nofollow noreferrer">https://blog.mozilla.org/en/products/firefox/extensions-addo...</a><p>uBlock Origin – Wiki : <a href="https://github.com/gorhill/uBlock/wiki">https://github.com/gorhill/uBlock/wiki</a>
Yesterday I figured out how to block cards in my LI feed that contained certain words. Here's the one for things containing "excited to"<p>```
www.linkedin.com##.relative:has-text(/excited to/i)```<p>between that, blocking images, and user taglines my feed is much more concise and readable.
uBlock Origin can also be used to modify the DOM or CSS in specific URLs via its "My Filters" screen.<p>For instance, I use it to switch HackerNews to dark mode, and restrict the width of comments to about 10-12 words: <a href="https://gist.github.com/aclarknexient/c39c83f2f97c3c6b1c307c19e516ed6e" rel="nofollow noreferrer">https://gist.github.com/aclarknexient/c39c83f2f97c3c6b1c307c...</a><p>It's a great alternative to GreaseMonkey or other user style extensions.
Unsure of provenance for this link, but it shows your browser's current success / failure state for blocking youtube anti-adware efforts.<p><a href="https://drhyperion451.github.io/does-uBO-bypass-yt/" rel="nofollow noreferrer">https://drhyperion451.github.io/does-uBO-bypass-yt/</a>
I have been hit a lot by the adblock-block and my default browser for youtube was Chrome with uBlock. There was some back and forth and it still worked around 50% of the time. I took the oportunity to try the youtube experience on a brand new clean browser, not logged in. My seed recommendations were 80% right wing and conspiracy material. I humored the algorithm a bit and after three days I was basically in a right wing/anti science/flat and hollow earth bubble. An interesting experience to say the least. It is basically the opposite of my real world interests. I'd describe myself as libertarian and love to learn about different cultures and I do work in academia.<p>I have since cut my youtube viewing by about 50-80% and am not using Chrome anymore (except for testing/security). Great success Google and thanks for all the idiotic brainwashing content.<p>I do get that youtube needs to make money somehow and adds are the way. Unfortunately the experienc is so bad, perormance is suffering etc. that I'd rather have no youtube than youtube with adds.
I have almost 1500 rows in the "My filters list" (comments and blank lines included)<p>I couldn't think of how horrible the web browsing experience would be without uBlock Origin
never had an issue with YouTube. At least until now they only try to block blockers if you are signed in. And there really is no reason to login to watch videos.
How is UBO on Google Chrome different than Brave browser?<p>Context - I've used UBO on Google Chrome in the past and now using Brave browser for the last few years. I don't see much difference how web feels with UBO and Brave.
The one killer feature I hope for is feature parity with uMatrix. If advanced mode had the ability to filter based on type (CSS, XHR, script, cookie, image, media, other) it would be a glorious day!<p>uMatrix has completely changed how I use and experience the web, and going away from it (even to uBO) is such a big downgrade that I don't know what I'll do on the day it stops working D-:
I run Firefox+uBlock origin on multiple computers and OSs and haven't been affected. I'm always logged into YT.<p>If it's true that YT is actively trying to avoid ad blockers then I guess I may have been pushed down their priority list because I occasionally run a video or two while logged in on my phone via official app where ads actually run.
I wish for a law where it would make illegal to show/put ads on any product without the consent of the consumer/user.<p>The same should be applied to that cookie non-sense. Default: no cookies and website should ask for permission to enable them. Or make it an option in the browser setting to reject all cookies.
I currently use fadblock for youtube, which seems more resiliant against googles changes: <a href="https://github.com/0x48piraj/fadblock">https://github.com/0x48piraj/fadblock</a>