討論 » 建立請求

Show link URL on mouse position

§
發表於:2021-06-04

I'm looking for a browser addon, userscript or some simple way that would display the URL of a link on the mouse position instead of the bottom left corner, like this for example:

§
發表於:2021-06-04
編輯:2021-06-04
document.querySelectorAll('a').forEach(a => a.title = a.href)

發表回覆

登入以回復