Live data from Hacker News

Show HN: Check My Links – a Chrome extension that highlights broken links

chrome.google.com

1–8 of 8 posts

Re: Show HN: Check My Links – a Chrome extension that highlights broken links

#3
post #2

A bit of warning, don't use it in an admin where following a link means delete!

Yep, as it essentially visits all links on a page to check their availability.

However, you can add rel="nofollow" to links you don't want to check. You can also exclude entire domains and specific links by right-clicking on the extension icon and clicking on 'options'.

Re: Show HN: Check My Links – a Chrome extension that highlights broken links

#5
post #4

This is super helpful, I'm rebuilding a directory website and I'll be putting this to good use. Thanks a lot. :)

EDIT: I just tested it on the old page here: http://goo.gl/WNw5OG

It's right about the home page, the home button at the bottom being broken. But on other pages it marks like 3-4 wrong that all work fine.

Re: Show HN: Check My Links – a Chrome extension that highlights broken links

#6
post #5
post #4

This is super helpful, I'm rebuilding a directory website and I'll be putting this to good use. Thanks a lot. :)

EDIT: I just tested it on the old page here: http://goo.gl/WNw5OG It's right about the home page, the home button at the bottom being broken. But on other pages it marks like 3-4 wrong that all work fine.

The extension does HEAD requests by default, and occasionally you don't get accurate responses back from the server. You can change the request type to GET requests in the options screen (right click on extension icon -> options) to get more accurate (but slightly slower) results.

Re: Show HN: Check My Links – a Chrome extension that highlights broken links

#7
post #6
post #5

Earlier quoted context omitted.

EDIT: I just tested it on the old page here: http://goo.gl/WNw5OG It's right about the home page, the home button at the bottom being broken. But on other pages it marks like 3-4 wrong that all work fine.

The extension does HEAD requests by default, and occasionally you don't get accurate responses back from the server. You can change the request type to GET requests in the options screen (right click on extension icon -> options) to get more accurate (but slightly slower) results.

Perfect, thanks a lot.