Feature Request: Copyable Link Descriptions #72

Open
opened 2025-04-14 12:07:07 +00:00 by llv · 0 comments

The example code is as follows:

<div class="container">
    <a href="https://ddg.gg" class="part" rel="noreferrer nofollow" tabindex="-1">https://ddg.gg</a>
    <span class="separator"></span>
    <a href="https://ddg.gg/lite" class="part" rel="noreferrer nofollow" tabindex="-1">lite</a>

    <div class="content">
        <a href="https://ddg.gg/lite" class="hover" rel="noreferrer nofollow">
            <div class="title">DuckDuckGo — Privacy, simplified.</div>
        </a>
        <div class="description" style="user-select: text;">We would like to show you a description here but the site won't allow us.</div>
    </div>
</div>
The example code is as follows: ``` <div class="container"> <a href="https://ddg.gg" class="part" rel="noreferrer nofollow" tabindex="-1">https://ddg.gg</a> <span class="separator"></span> <a href="https://ddg.gg/lite" class="part" rel="noreferrer nofollow" tabindex="-1">lite</a> <div class="content"> <a href="https://ddg.gg/lite" class="hover" rel="noreferrer nofollow"> <div class="title">DuckDuckGo — Privacy, simplified.</div> </a> <div class="description" style="user-select: text;">We would like to show you a description here but the site won't allow us.</div> </div> </div> ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lolcat/4get#72
No description provided.