Feature Request: Copyable Link Descriptions #72

Open
opened 2025-04-14 12:07:07 +00:00 by llv · 4 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> ```
Author

@lolcat Feature Request

@lolcat Feature Request
Owner

frontend rewrite is coming and it will include a toggle for this feature

frontend rewrite is coming and it will include a toggle for this feature
Author

@lolcat Thank you for answering my questions. Also, Could you consider adding proxy search for Yandex's reverse image search?
e.g., ( https://yandex.com.tr/images/touch/search?rpt=imageview&cbir_page=similar&url=wp.com/favicon.ico

@lolcat Thank you for answering my questions. Also, Could you consider adding proxy search for Yandex's reverse image search? e.g., ( https://yandex.com.tr/images/touch/search?rpt=imageview&cbir_page=similar&url=wp.com/favicon.ico
Owner

Yes, I want to add this feature too, although maybe it will be limited to authenticated users/paying users. I don't want to get arrested again for proxying CP @llv

Yes, I want to add this feature too, although maybe it will be limited to authenticated users/paying users. I don't want to get arrested again for proxying CP @llv
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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