After using Chrome for a decade and switching back to Firefox, one feature I missed was the ability to right-click and Go to [url] directly, for any selected text that vaguely resembles a URL.

I made Goto foo to approximately replicate Chrome’s behavior in Firefox, but it would be nice if no extension were necessary.

  • wia@lemmy.ca
    link
    fedilink
    arrow-up
    52
    arrow-down
    2
    ·
    8 months ago

    Huh? Firefox does this though. Highlight an address and right click then select open in new tab or whatever.

      • unexposedhazard@discuss.tchncs.de
        link
        fedilink
        arrow-up
        18
        ·
        8 months ago

        IP adresses are pretty edge case yeah. I dont know if that should even be supported. The “example.com” does actually work tho, its just if you only include “.co” in your selection, it doesn’t recognize it as a URL even tho .co is the national TLD of Colombia. But all that really needs to change is to support all existing TLD’S and maybe IP addresses if there is community interest in it.

        • p1mrx@sh.itjust.worksOP
          link
          fedilink
          arrow-up
          8
          arrow-down
          3
          ·
          edit-2
          8 months ago

          I don’t think .co versus .com is the relevant factor. I can select xample.co by itself, but not as a substring of http://www.example.com. The rules seem so arbitrary and context-dependent that it behaves more like a dice roll than a usable feature.

          If a selection to URL feature cares about TLDs, IP addresses, or text beyond the selection range, then it’s operating at the wrong abstraction layer. (well, technically Goto foo has a couple lines of code to [bracket] bare IPv6 addresses, but that’s not core functionality.)