views:

24

answers:

1

I'm looking for a Chrome or Firefox extension that will auto validate your webpages from specific URLs.

I don't want to auto-check everything I browse, only the specified URL patters or domain names.

The validation doesn't have to be perfect, but has to be pretty fast and find things like

  • missing images, css or js files.
  • JavaScript warnings/errors.
  • invalid links (404 ones)
A: 

For regression testing in Firefox and Chrome (i. e. make sure function X still works after a change) you can use the free iMacros for Firefox and Chrome addons

MikeK