Accessibility / URLs Links / Link Underlines
Force underlines on all links. Injects a CSS rule that applies text-decoration: underline to all anchor elements, making all links visibly underlined. Useful for verifying link visibility and meeting accessibility requirements for linked text identification. Reload the page to remove the underlines.
WCAG SC 1.4.1: Use of Color
Run Link Underlines
Test run or drag to
bookmarklets bar to install
javascript:%21function()%7B%22use%20strict%22%3Btry%7Bvar%20e%3Ddocument.createElement(%22style%22)%3Bdocument.head.appendChild(e)%2Ce.sheet.insertRule(%22a%5Bhref%5D%7Btext-decoration%3Aunderline%20%21important%7D%22%2C0)%7Dcatch(e)%7Balert(%22Bookmarklet%20Error%3A%20%22%2Be.message)%7D%7D()%2Cconsole.log(%22%5CnSource%3A%20https%3A%2F%2Fgithub.com%2Fpattespatte%2Fpublic-bookmarklets%2F%5CnBookmarklet%20name%3A%20Link%20Underlines%5Cn%22)%3B
← Back to all bookmarklets