-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Would you mind making that
useful-forks.github.io/plugin/useful-forks.js
Lines 18 to 23 in c026c2c
<button id="${UF_BTN_ID}" class="btn-sm btn" aria-describedby="${UF_TIP_ID}"> | |
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search"> | |
<path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path> | |
</svg> | |
Useful | |
</button> |
an a
instead of a button
?
It would allow click-dragging the URL (e.g. to a different browser context), like so
Change is "really that trivial": Just define <a href="..." ...
, everything else is the same
(except the tooltip 😅, but I'm sure it is figure-able 🙏)
Metadata
Metadata
Assignees
Labels
No labels