Earlier quoted context omitted.
> My parents are at an age where they fall for things. If they're falling for things that they didn't used to fall for, that's sounds more like dementia than age.
Or maybe there are more things using the same tactics / scammer's reach keeps increasing. My parents "fell" for fundamentalism early (as kids - raised in it), for televangelists in their 40s, and Fox News in their 70s/80s. Fox News so recently only because they didn't get it very often until about 10 years ago when they moved into a retirement home (didn't have cable before that).
Google Has Removed MV2 Extensions from the Chrome Web Store, Including UBO
421–430 of 648 posts
Re: Google Has Removed MV2 Extensions from the Chrome Web Store, Including UBO
#422Earlier quoted context omitted.
How would this scam work? Why would someone pose as a locksmith specifically?
I've had this happen to me personally on vacation - we were locked out of our rental car, asked a person at the nearby place to call a locksmith to get me back in, and they didn't quote price over the phone. When they got there, they popped the lock and then wanted $200, cash only so you couldn't chargeback, which I learned after the fact is completely outrageous for that service. They had a lot of fake Google review…
Re: Google Has Removed MV2 Extensions from the Chrome Web Store, Including UBO
#423Re: Google Has Removed MV2 Extensions from the Chrome Web Store, Including UBO
#424Earlier quoted context omitted.
I mean, maybe we can try going after the scammers.. but we can’t even stop scam callers and junk mail
You can stop junk mail for $8: https://news.ycombinator.com/item?id=47619939 Sorry, no solution for spam calls/texts.
Re: Google Has Removed MV2 Extensions from the Chrome Web Store, Including UBO
#425Re: Google Has Removed MV2 Extensions from the Chrome Web Store, Including UBO
#426Earlier quoted context omitted.
They moved over to a new extension platform for legitimate development reasons. I agree there was pain but it wasn't a self interested flexing of power to remove ad blocking extensions.
Having what you consider to be a good excuse doesn't mean it didn't happen. Multiple times.
Re: Google Has Removed MV2 Extensions from the Chrome Web Store, Including UBO
#427One Google doom over, another to go: https://keepandroidopen.org/
"The Apple app store is not a monopoly because Apple has no competitors on their platform."
Google is just doing what they need to do to stop being a monopoly....by becoming a monopoly, because of a ruling that the internet actually celebrated. Which we can trace back to Epic not being happy that sideloading on Android wasn't perfectly frictionless.
(Note: Epic also sued Apple, but lost, because the Apple app store is not a monopoly.)
Re: Google Has Removed MV2 Extensions from the Chrome Web Store, Including UBO
#428Earlier quoted context omitted.
How would this scam work? Why would someone pose as a locksmith specifically?
I've had this happen to me personally on vacation - we were locked out of our rental car, asked a person at the nearby place to call a locksmith to get me back in, and they didn't quote price over the phone. When they got there, they popped the lock and then wanted $200, cash only so you couldn't chargeback, which I learned after the fact is completely outrageous for that service. They had a lot of fake Google review…
Re: Google Has Removed MV2 Extensions from the Chrome Web Store, Including UBO
#429Earlier quoted context omitted.
AND try to not use Google, Facebook, Amazon, OpenAI, Anthropic, Microsoft, Oracle and other similar products made by asshole companies.
Honestly, at what point do we just throw our kit in the trash and go back to pen & paper?
Re: Google Has Removed MV2 Extensions from the Chrome Web Store, Including UBO
#430Earlier quoted context omitted.
https://github.com/uBlockOrigin/uBOL-home/wiki/Frequently-as... has a few of the more practical concrete examples. Namely content can load without the blocker being ready to filter, CNAME cloaking can't be handled properly (in Chrom* at least), and the filter rules aren't as flexible. Interestingly, the rule count limits themselves do not (currently) seem to be much an issue despite it being one of the more common co…
> content can load without the blocker being ready to filter This isn't an MV3 issue, it's a Chromium design decision that extensions cannot block browser initialization. It was also true with MV2. In fact, MV3 has improved the situation because DNR rules are enforced immediately. You could certainly argue that Chrome should allow extensions to block browser initialization, or that it should be user configurable - bu…
That said,
> Chromium design decision that extensions cannot block browser initialization
It's not "browser initialization" that was blocked, it was blocking network requests for pages until they were processed by all components in the chain. Notably, this could never apply applied to the browser or its internal pages itself.
> It was also true with MV2.
With MV2 you used the blocking version of https://developer.chrome.com/docs/extensions/reference/api/w... which no longer works with MV3 extensions in Chrome and then the request had to wait until it was given to and processed by the blocker.
Firefox is a great example about all of the above points: MV3 still supports blockingWebRequest there, so it gets the best of both worlds.
> did you know that you can change your User-Agent with uBO lite?
With MV2 you'd use blocking webRequest and chrome.webRequest.onBeforeSendHenders. I'm not sure uBO ever bothered with this before uBO Lite, but it's a bit of a double standard to say "MV2 didn't offer blocking requests, that was a different API which happ