Live data from Hacker News

Viewing profile — bovine3dom

bovine3dom

HN member
Joined
Thu, Apr 27, 2017, 9:52 PM UTC
HN karma
806
Public activity
300 items

About bovine3dom

https://dr.blanthorn.com

[ my public key: https://keybase.io/bovine3dom; my proof: https://keybase.io/bovine3dom/sigs/sHnuzlzRf5Q3G3-XipHEwJsNMv4Ws3eILcCEJWNy-nQ ]

Recent public activity

  1. comment
    Comment #49124013

    there's now a proposal for it https://github.com/w3c/webextensions/pull/1019/changes so it will probably appear eventually.

  2. comment
    Comment #47914172

    I wonder what friction/maintenance he found with Tridactyl For me the friction always comes when I try to use the internet without it

  3. comment
    Comment #42465327

    For websites stealing keys from Firefox, Tridactyl has some terribly named settings called `leavegithubalone` and `leavegithubalonekeys` If `leavegithubalone` is set to false (the …

  4. comment
    Comment #42460345

    You might be interested to learn that Tridactyl and Firenvim use the same library to manage getting and setting text across the various JS editors https://github.com/glacambre/edit…

  5. comment
    Comment #42358901

    FWIW I got some of the way through embedding a PDF viewer in Tridactyl [1] so that the keys would still work there, but I backed off because I was a bit scared by how frequently pd…

  6. comment
    Comment #41918939

    You can patch Firefox (no rebuild required) to not reserve keys if you'd rather. Discussion here [1] and convenient AUR script here [2]. [1]: https://github.com/glacambre/firefox-p…

  7. comment
    Comment #41916628

    there's a somewhat popular repo for Tridactyl Emacs bindings here https://github.com/jumper047/tridactyl_emacs_config

  8. comment
    Comment #41916545

    You can almost totally disable Tridactyl on a domain with `:seturl [URL] superignore true` now for what it's worth. `:blacklistadd [URL]` remains a much better option for most peop…

  9. comment
    Comment #39650224

    I had no idea, thanks for sharing!

  10. comment
    Comment #39639846

    It works sometimes on GitHub, it's just a bit extra as you said. GitHub is what annoyed me enough to make the feature in the first place. It used to work reliably but they made it …

  11. comment
    Comment #39639361

    FWIW, the / search isn't part of Tridactyl but we do inject some code that frees up / from most websites so Firefox can use it. It's possible to write your own user script to do it…

  12. comment
    Comment #36734583

    > I can't even edit the code that is taking focus and hijacking shortcuts! You can remove the shortcuts pretty easily with a userscript, see lines ~410-440 here for inspiration: ht…

  13. comment
    Comment #36013456

    You can let extensions run on Mozilla domains by tweaking some settings in about:config [1]. Mozilla believes that it creates a security risk and that you shouldn't do it. [1]: htt…

  14. comment
    Comment #34981611

    > Tridactyl's huge jumps are annoying to me You can change that easily with `:bind j scrollline 1` and `:bind k scrollline 1` :) The default bind was a conscious choice to break wi…

  15. comment
    Comment #34968382

    Mozilla said they were happy to do that five years ago if we wrote the API. We started work on it here [1] but lost interest because there have always been more urgent things to do…

  16. comment
    Comment #34967320

    Tridactyl does let filter links like that with `:set hintfiltermode vimperator` and `:set hintchars 1234567890`. Vim Vixen unfortunately has been unmaintained since May [1]. If any…

  17. comment
    Comment #34967207

    If you're sending untrusted strings to the native messenger, it would be best to escape them with shellescape - https://github.com/tridactyl/tridactyl/blob/f2479c64761358c6... Othe…

  18. comment
    Comment #34967146

    Firefox has link search built-in, just press '

  19. comment
    Comment #34967095

    What do you miss about native scrolling? IMO the scrolling in Tridactyl is better than native as it can work even when the page has put focus somewhere daft (like a pop-up).

  20. comment
    Comment #34750689

    About five years ago we had agreement in principle with Mozilla to extend the web extension API to accept keypresses from anywhere, provided that someone did the work to write that…

  21. comment
    Comment #34400247

    If you have Tridactyl's native messenger installed you can launch an external text editor with Ctrl+I when inside a text box. There is also Firenvim which embeds real neovim instan…

  22. comment
    Comment #34215752

    FWIW in Tridactyl we literally just yesterday merged a PR [1] that lets you use an arbitrary layout (QWERTY by default) for Tridactyl binds while keeping your real layout for every…

  23. comment
    Comment #32650690

    For what it's worth, manifest V3 could effect Tridactyl as it could block code that is evaluated at runtime from accessing the browser APIs. It will make it less programmable by th…

  24. comment
    Comment #31278274

    You might be able to fix the ctrl-f thing in Tridactyl with `:help blacklistkeys`, although I'm not sure it will catch keys with modifiers. Follow https://github.com/tridactyl/trid…

  25. comment
    Comment #30345255

    Where would you like to see Tridactyl use more JS? We already have `:js` and `:jsb` along with a few commands that accept JS callbacks :)