useful-forks / useful-forks.github.io

Improving GitHub's Forks list discoverability through automatic filtering. The project offers an online tool and a Chrome extension.
https://useful-forks.github.io/
MIT License
1.18k stars 61 forks source link

Making the `button` an `a` #67

Open stdedos opened 3 months ago

stdedos commented 3 months ago

Would you mind making that

https://github.com/useful-forks/useful-forks.github.io/blob/c026c2c530702a162f6da4d7fc39e39f017e769b/plugin/useful-forks.js#L18-L23

an a instead of a button?

It would allow click-dragging the URL (e.g. to a different browser context), like so

image

Change is "really that trivial": Just define <a href="..." ..., everything else is the same image

(except the tooltip :sweat_smile:, but I'm sure it is figure-able :pray:)