Live data from Hacker News

Browser Extensions I Can't Live Without

blog.maskys.com

141–150 of 193 posts

Re: Browser Extensions I Can't Live Without

#141
post #43

> Privacy Badger + UBlock Origin The days of uBlock Origin on Google Chrome are numbered. It may not work for Google Chrome when Manifest V3 is implemented (and no recourse provided for uBlock Origin). [1] P.S: I haven't kept up with the latest developments on this since last year. [1]: https://www.ghacks.net/2019/01/22/chrome-extension-manifest-...

If uBlock Origin doesn't update, there'll be a dozen adblockers that work with Manifest v3 on day 1. It should be quite trivial to write an adblocker that integrates with EasyList using the new APIs.

If its trivial what's stopping you from doing it?

Re: Browser Extensions I Can't Live Without

#142
post #43

> Privacy Badger + UBlock Origin The days of uBlock Origin on Google Chrome are numbered. It may not work for Google Chrome when Manifest V3 is implemented (and no recourse provided for uBlock Origin). [1] P.S: I haven't kept up with the latest developments on this since last year. [1]: https://www.ghacks.net/2019/01/22/chrome-extension-manifest-...

If uBlock Origin doesn't update, there'll be a dozen adblockers that work with Manifest v3 on day 1. It should be quite trivial to write an adblocker that integrates with EasyList using the new APIs.

> If uBlock Origin doesn't update, there'll be a dozen adblockers that work with Manifest v3 on day 1.

You seem to not know what manifest v3 is actually doing.

Any adblocker with a static list of domains per-update of the crx file's manifest is useless. Users would have to install hundreds of extensions (each with dozens of domains that they themselves block), just to have the same functionality.

If any anti adblocking team of any ad network decides to just rename foo.tracker.net to bar.tracker.net, all adblocker extension users would have to REINSTALL the chrome extension manually because the manifest's list of domain is statically builtin.

Re: Browser Extensions I Can't Live Without

#143
post #69

Earlier quoted context omitted.

I even pay them for premium. I can't send an email without it. It makes business emailing much more professional.

Can I ask how? What does it correct or suggest that makes it so useful?

In a 300 word email I make at least 3-4 spelling errors either because I don't know the words spelling properly (yes there are many words) or because I type fast make mistakes. Grammarly checks their database and compare my sentences and suggest different ones. Try it, it really does help.

Re: Browser Extensions I Can't Live Without

#144

Earlier quoted context omitted.

If there were ever a post to drive me away from a product, this'd be it. Good to know that I should stay well away from KeepassXC, if this is what its defenders sound like.

Comment was flagged so I have no idea what they said, but I use KeePassXC and I'm happy with it. Regular KeePass is good too, but I use XC because it's cross-platform.

If you turn on showdead in your user profile settings you can see flagged comments. I find it helps with context in situations like this, but certain types of posts do attract a lot of racist/sexist garbage that you normally cant see so be forewarned.

Re: Browser Extensions I Can't Live Without

#145
post #33

Earlier quoted context omitted.

Lately I ended up running much fewer extensions than I used to, and actually looking at their source first. I think the only closed-source extension I run is lastpass, and I'm evaluating open-source alternatives. How do people who cannot read code even cope, I don't know.

I signed up for LastPass a couple of weeks ago, and they started sending me spammy emails every single day. I went into account settings and disabled the emails, and they kept coming. I opened a support thread on their forum, linking many other similar threads going back several years, and saying that they have to fix this under GDPR... Silence. I deleted my account and switched to BitDefender. Still getting the Last…

> Also, LastPass slowed my Android phone a lot.

Their Windows application was also painfully slow.

I paid them for years but I no longer trust them, it seems to me they are incompetent as an organization even if the people who work there might or might not be smart.

Re: Browser Extensions I Can't Live Without

#146

Earlier quoted context omitted.

Can I ask how? What does it correct or suggest that makes it so useful?

In a 300 word email I make at least 3-4 spelling errors either because I don't know the words spelling properly (yes there are many words) or because I type fast make mistakes. Grammarly checks their database and compare my sentences and suggest different ones. Try it, it really does help.

Out of curiosity, is English your first language? I can see that it would be helpful for fixing the types of errors you mention, and the kinds that appear in your comment. Does it give suggestions for text boxes like in HN comments as well?

I have tried it and found nothing useful for me, but am interested to know why/how people use it.

Re: Browser Extensions I Can't Live Without

#148

Earlier quoted context omitted.

If uBlock Origin doesn't update, there'll be a dozen adblockers that work with Manifest v3 on day 1. It should be quite trivial to write an adblocker that integrates with EasyList using the new APIs.

If its trivial what's stopping you from doing it?

Why would I need to? Manifest v3 isn't even out yet, and dedicated developers will easily beat me to the punch.

Re: Browser Extensions I Can't Live Without

#149
post #92
post #17

I am too wary of malware extensions to install that many. It is clearly trivial [0] for malware to get into the Chrome store, and Google is not doing enough to make me feel comfortable with it. Additionally, I know that even as non-malware extensions grow in popularity they are solicited by malware companies to integrate their software in an update. I experienced this first hand with the HoverZoom extension. [1] [0]…

I really wish browsers would change their security model for extensions :\ "all or nothing" is ridiculous as the only option - let me revoke access or restrict it to specific sites. I may not care if X has access to site Y, but giving it access to Z means giving it the keys to my life so hell no. I don't even want to use it on Z.

In Firefox you can choose for every extension if it is allowed to work in private mode.

Re: Browser Extensions I Can't Live Without

#150

Earlier quoted context omitted.

If uBlock Origin doesn't update, there'll be a dozen adblockers that work with Manifest v3 on day 1. It should be quite trivial to write an adblocker that integrates with EasyList using the new APIs.

> If uBlock Origin doesn't update, there'll be a dozen adblockers that work with Manifest v3 on day 1. You seem to not know what manifest v3 is actually doing. Any adblocker with a static list of domains per-update of the crx file's manifest is useless. Users would have to install hundreds of extensions (each with dozens of domains that they themselves block), just to have the same functionality. If any anti adblocki…

You're operating off of outdated information. Rules do not need to be baked into the manifest.

>The Declarative Net Request API now allows for the registration and removal of dynamic rules - specified at runtime rather than statically in the manifest. We’ve also added the capability to remove common tracking headers, such as Referer, Cookie, and Set-Cookie.

https://blog.chromium.org/2019/06/web-request-and-declarativ...

Post reply on HN