Live data from Hacker News

Viewing profile — kwierso

kwierso

HN member
Joined
Mon, Apr 09, 2012, 10:27 PM UTC
HN karma
32
Public activity
9 items

About kwierso

No profile information was provided.

Recent public activity

  1. comment
    Comment #26070677

    "crustacean" > crab "rust-acean"

  2. 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.

  3. 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…

  4. 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.

  5. comment
    Comment #9985786

    My issues were all with host-only network adapters. NAT worked just fine.

  6. comment
    Comment #7932948

    You need to enable it by flipping devtools.webide.enabled to true in about:config first.

  7. 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…

  8. comment
    Comment #4210212

    10, actually.

  9. 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 "…