Viewing profile — kwierso
kwierso
HN member- Joined
- Mon, Apr 09, 2012, 10:27 PM UTC
- HN karma
- 32
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About kwierso
No profile information was provided.
Recent public activity
-
comment
Comment #26070677
"crustacean" > crab "rust-acean"
-
comment
Comment #22437749
I don't know that uMatrix will be supported any time soon, but you can turn uBlock Origin into Advanced mode and get much of the same functionality that way.
-
comment
Comment #22437713
They're not killing it. Preview/Fenix is essentially a complete re-write of the mobile browser, and they just haven't added all of the extension hooks back into the new version yet…
-
comment
Comment #22437634
I think the metrics actually show that most users don't use extensions. But of the group that do use extensions, I'd guess an adblocker is the top one.
-
comment
Comment #9985786
My issues were all with host-only network adapters. NAT worked just fine.
-
comment
Comment #7932948
You need to enable it by flipping devtools.webide.enabled to true in about:config first.
-
comment
Comment #7745031
Isn't that what the following portion of the blog post is all about? "As plugins today, the CDM itself will be distributed by Adobe and will not be included in Firefox. The browser…
-
comment
Comment #4210212
10, actually.
-
comment
Comment #3819604
Though many of them can if you use something like this to dig into the browser internals: var {Cc, Ci} = require("chrome"); Then just use "Cc" instead of "Components.classes" and "…