토론 » 제작 요청
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:
document.querySelectorAll('a').forEach(a => a.title = a.href)
답글을 게시하려면 로그인하세요.
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: