thevenuz / xify

A chrome/firefox extension that changes twitter links to vxtwitter/fxtwitter links automatically
MIT License
7 stars 2 forks source link

[Enhancement] Automatically convert links #1

Closed SupremeDevice closed 9 months ago

SupremeDevice commented 11 months ago

Hello! Don't know how hard this would be to implement, but is there a way for extensions to get "notified" the clipboard has been changed? The keyboard shortcut is nice but I find myself forgetting what it is lol

thevenuz commented 11 months ago

Hello! We can try converting the link on "Ctrl + C" (if it's possible) directly instead of converting it just on the custom shortcut. Will this work for you?

SupremeDevice commented 11 months ago

Yes, that would be nice 😄 I'm on Firefox, any idea when that version will receive an update? I see the version on the chrome store received an update last week vs. over a month on firefox.

thevenuz commented 9 months ago

@SupremeDevice the PR #4 should allow users to copy the modified links directly on copy command instead of custom shortcut.

thevenuz commented 9 months ago

PR #4 addresses this issue