게시판 » 제작 요청

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)

댓글 남기기

댓글을 남기려면 로그인하세요.