Live data from Hacker News

uBlock Origin 1.48 adds readiness status, code viewer, and other fixes

github.com

91–100 of 132 posts

Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes

#91
post #5

I somewhat wished that when Chrome switches to manifest v3, uBlock Origin would stop supporting Chrome and its clones. Firefox is the only browser where uBlock Origin is actually working as intended, Chrome on the other hand (even in manifest v2) is blocking so many features that uBO isn't actually able to work as a privacy and anti-malware tool. CNAME uncloaking is essential because websites can counter any filter r…

"Instead you need a gigantic list of filter rules, one for each domain, making loading web pages slower."

By not using recursive DNS, including open resolvers or other third party DNS providers, I avoid this problem. I do not need to maintain a list of domains to block,^1 I only need to maintain a list of domains for hosts that I actually want to access. I do not even make remote DNS lookups because generally I already have the DNS data stored (gathered in bulk beforehand), so the web becomes faster, not slower. One of the requirements for the web to suck the way it does, and for so-called "tech" companies to proliferate by collecting data and selling ad services, is that the web browser and webpages must be give free reign to resolve any domain name. IME over nearly 20 years of controlling own DNS, restricting that ability makes the web instantly readable, even so-called "dumpster fire" webpages.

1. AFAICT no one actually does this anyway. They delegate the task to third parties, "blocklist" maintainers.

Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes

#92
post #21

Earlier quoted context omitted.

Not installing ublock on your wife's laptop? Why are you so cruel?

I've offered, but she declined. She really likes sales and coupon offers, extensions for cash-back that are based on tracking, etc. Someone else said it best about their spouse on another thread: "...whenever a website doesn't work for any reason I get an earfull about my 'damn adblocker'..." https://news.ycombinator.com/item?id=30150762

I hooked up my pihole’s on/off switch to HomeKit. Whenever a website doesn’t work, my wife knows she can open the home app and turn off the Pi-hole and try again.

Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes

#93

With the Code Viewer, uBlock may (un?)intentionally win a separate war: one where pages are acting against users who open the inspector. Source: https://news.ycombinator.com/item?id=35235732

How is it even possible for sites to detect that dev tools are open? How do I stop them from detecting it?

Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes

#94
post #6

I can not even thank the existence of this project enough! the simple improvement in internet speed is well worth it, even though i do too have a pihole running. Sometimes when i visits friends i barely recognize sites that i use frequently.

Yeah, I feel the same way. Let's take a moment to thank gorhill for his work.

Thank you, gorhill.

Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes

#95

With the Code Viewer, uBlock may (un?)intentionally win a separate war: one where pages are acting against users who open the inspector. Source: https://news.ycombinator.com/item?id=35235732

How is it even possible for sites to detect that dev tools are open? How do I stop them from detecting it?

while (true) { debugger; }

Not really detecting it, but avoiding useful usage at first moment

Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes

#96

With the Code Viewer, uBlock may (un?)intentionally win a separate war: one where pages are acting against users who open the inspector. Source: https://news.ycombinator.com/item?id=35235732

How is it even possible for sites to detect that dev tools are open? How do I stop them from detecting it?

One of the threads discussing it: https://news.ycombinator.com/item?id=35236608

Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes

#97
post #15

Earlier quoted context omitted.

I just run AdGuard Home network wide and have never seen a huge need to run a browser blocker as well. What are you getting out of using both?

A concrete example here is YouTube. I also run AdGuard Home, but that does nothing for YouTube ads. Firefox + uBlock kills them.

$12/mo to remove ads with YouTube Premium

Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes

#98
post #15

Earlier quoted context omitted.

I just run AdGuard Home network wide and have never seen a huge need to run a browser blocker as well. What are you getting out of using both?

A concrete example here is YouTube. I also run AdGuard Home, but that does nothing for YouTube ads. Firefox + uBlock kills them.

I once sent someone a YouTube link and they were wondering why I sent them a link to an ad. It didn't even occur to me there would be an ad there because I was using FF and UBO, and obviously he wasn't. UBO just makes it so seamless that it is easy to forget.

Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes

#100
post #74
post #71

var internetExperience = uBO ? Experience.NICE : Experience.DIE_A_LITTLE_INSIDE; var internetSafety = -10; internetSafety += windows ? -5 : 3; internetSafety += uBO ? 4 : -9; internetSafety += uMatrix ? 13 : -99;

uMatrix is redundant with uBO Dynamic filtering: https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-qu...

What is the difference with hard mode?
Post reply on HN