8 ms·
Do you know how many times i wanted to select the clickable link in google search result?
by nahumba 1y ago
Do you know how many times i wanted to select the clickable link in google search result?
- kuekacang 1y agoBack in the day I requested chrome feature "copy text" in addition to "copy link" on <a> context menu. Now I tried it it's no longer there.
- TeMPOraL 1y agoIt's not? Just checked a Chrome instance I had handy, it has all three options in the context menu - "Copy", "Copy link address" and "Copy link to highlight". First one copies text in between <a> ... </a>, second one copies the href attribute, and third one copies the link to page you're on with that weird URL framgment-based arbitrary text anchor/highlight scheme. All three work on Google search results for me.
- kuekacang 1y agoMaybe weird behavior on my end? Or perhaps you need to select part of <a>'s content to trigger it?