Add auto extract url from other words together copied from some websites' 'sharing url' function
enhancement
### Before Submitting Your Feature Request
- [x] Check that there isn't already a similar feature request to avoid creating a duplicate.
- [x] I have seen the [FAQ](https://github.com/p0deje/Maccy?tab=readme-ov-file#faq).
### Problem
for example:
> 【【何同学】我们做了台魔法钢琴…】 https://www.bilibili.com/video/BV1d1vUBUE54/?share_source=copy_web&vd_source=aa7db9b242d99c8633f3e33b1cc4b5b8
the text above is what we get copied when clicking the 4th button below that represents "forward". Similar problems leads to inconvenience when intend to directly pasting the url copied into browser url box.
<img width="1317" height="966" alt="Image" src="https://github.com/user-attachments/assets/d5f24ccc-52d2-4613-9ecb-3cb3fcc429d7" />
### Solution
auto detect words like "https://" them trim copied item from "https" to the last letter before a space
0 条评论