Hacker News new | ask | show | jobs
by eglover 4344 days ago
This is super helpful, I'm rebuilding a directory website and I'll be putting this to good use. Thanks a lot. :)
1 comments

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.