Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kwierso
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
kwierso
6y ago
"crustacean" > crab "rust-acean"
2.
▲
by
kwierso
7y ago
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.
3.
▲
by
kwierso
7y ago
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.
4.
▲
by
kwierso
7y ago
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.
5.
▲
by
kwierso
11y ago
My issues were all with host-only network adapters. NAT worked just fine.
6.
▲
by
kwierso
12y ago
You need to enable it by flipping devtools.webide.enabled to true in about:config first.
7.
▲
by
kwierso
12y ago
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 will download the CDM from Adobe and activate it
8.
▲
by
kwierso
14y ago
10, actually.
9.
▲
by
kwierso
14y ago
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 "Ci" instead of "Components.interfaces" for anything that nee