An accessibility checker that works on pages behind a login
Hoverify runs axe-core against the page already open in your browser, so a staging site or an admin screen audits exactly like a public one. Issues come back grouped by severity, with the element that caused each one.
A WCAG audit of the page, and where each failure lives
Choose the standard to test against, run it, and read the result as a list of elements to fix rather than a score to interpret.
Violations are grouped critical, serious, moderate and minor, and every one names the rule that caught it and the elements it applies to. Click a count to filter the list to that severity.
Contrast gets its own tab, with the measured ratio beside the one WCAG asks for at that size. Hoverify then suggests the nearest colour that passes, holding your hue and saturation.
Structure. Landmarks and the heading outline, plus tab order drawn as numbered badges on the page itself.
Images. Which images carry alt text, which are decorative and which have nothing at all.
Every frame. The audit reaches into iframes as well, so an embedded widget's failures show up with the rest.
Test against the level you actually have to meet
Most teams are asked for a specific conformance level rather than for everything axe knows about.
Five conformance levels. All rules, WCAG 2.0 A, 2.0 AA, 2.1 AA or 2.2 AA, with axe's best-practice rules as a separate switch. Changing either re-runs the audit, and the exported report names the standard you picked.
Five vision simulations. Protanopia, deuteranopia, tritanopia, achromatopsia and a low-vision blur, applied to the live page rather than to a screenshot. Keep scrolling and clicking with one turned on.
Staging included. It audits the page you're on, so a page behind a login works the same as a public one.
Suggested colours. Every failing pair comes back with a colour that would pass at that font size.
PDF or JSON. A styled report for the client, or raw data for a CI pipeline and issue tracker.
A rule engine catches the machine-checkable failures, which is most of what's broken on most pages. Whether alt text is accurate, or a custom widget makes sense to someone using a screen reader, still needs a person. This is the fast first pass, not a conformance certificate.
What developers and designers say about Hoverify
Reviews from the Chrome Web Store.

David McElligott
love this extension, latest update had a minor bug but was fixed very quickly by dev. Has been super reliable for us at nearly a daily use.

Ecom Queens
Incredible app for web designers! Wow!! I'm really impressed, it combined a ton of other tools I was using. So happy I found this.
Frequently Asked Questions
Have a question we haven't answered? Get in touch.
What engine does the accessibility checker use?
axe-core, the same open-source rule engine behind axe DevTools and the accessibility category in Lighthouse. It ships inside the extension rather than being fetched at runtime, because Manifest V3 doesn't allow remote code. You get the same rule results you'd get from any other axe-based tool.
Can it audit a page behind a login?
Yes, and this is the reason to run it here rather than in a URL-based checker. The audit runs against the page already open in your browser, so a staging site, an admin screen or anything else that needs a session works the same as a public page. Nothing is sent anywhere to be scanned.
Which WCAG level can I check against?
Pick from All rules, WCAG 2.0 A, WCAG 2.0 AA, WCAG 2.1 AA or WCAG 2.2 AA, and turn axe's best-practice rules on or off separately. Changing either setting re-runs the audit, and the standard you chose is named on the exported report.
Does it check colour contrast?
Contrast has its own tab. Every failing pair shows the measured ratio against the ratio WCAG requires at that font size, the element's selector and both colours. Where a fix exists, Hoverify suggests the nearest passing colour: it holds the hue and saturation you chose and walks the lightness only as far as it needs to, so the suggestion still looks like your palette.
Can I see the page the way a colour-blind user does?
There are five simulations: protanopia, deuteranopia, tritanopia, achromatopsia and a low-vision blur. They apply to the page itself rather than to a screenshot, so you can keep scrolling and interacting while one is on.
Will an automated audit make my site compliant?
No, and no automated tool will. Rule engines catch the machine-checkable failures: missing alt text, unlabelled controls, contrast, broken landmark and heading structure. That is a large share of what's wrong on most pages, but not all of it. Things like whether alt text is accurate, or whether a custom widget makes sense to a screen-reader user, still need a person. Treat the report as the fast first pass, not the certificate.
Can I hand the results to someone else?
Export as a PDF report or as JSON. The PDF opens as a styled report you save from the print dialog, which is the one to send a client. The JSON is the raw audit data, which is the one to feed a CI pipeline or an issue tracker.
Does it work in Firefox?
Yes. Every tool runs in the Firefox build; it carries an experimental label because Chromium gets fixes and new features first. Chrome is the fully supported browser, along with Chromium forks like Edge and Brave.
Is the accessibility checker free?
The accessibility checker is part of Hoverify, a paid extension with a 14-day refund policy. That's the substitute for a trial, and the checker isn't sold as a standalone scanner. One license runs in 3 browsers at a time and nothing auto-renews. See the pricing.
Find the failure, then fix it in the same tab
The accessibility audit sits next to the CSS inspector, so the element a rule flagged is one click from the styles that caused it. Change the colour, re-run the audit, export the report.
- 3 browsers per license
- 14-day refund
- No auto-renewal
Keep reading
Guides from our blog that go deeper on this.
Header hierarchy: why H1 to H6 structure matters for SEO
Screen readers navigate by heading, so a broken outline costs you twice.
Read the guideThe 5-minute site audit before a client meeting
Where the accessibility pass fits in a quick run over someone else's site.
Read the guideThe science of colour: building palettes for web projects
Choosing colours that clear the contrast threshold before you ship them.
Read the guideDebugging CSS: a systematic approach to layout issues
The wider habit this fits into: find it, fix it, check it in the same tab.
Read the guide