Accessibility / A11Y Bookmarklet / A11Y Reporter
The A11Y Reporter bookmarklet generates a comprehensive automated accessibility report using the axe-core testing engine. Loads the external accessibility-bookmarklet library with axe-core integration, runs a full page accessibility audit testing against WCAG rules, displays violations, passes, and incomplete results in an interactive panel, and includes image reviewer and tabbable element analysis. Requires internet connection to load the external library. Uses axe-core for WCAG compliance testing across all success criteria.
Run A11Y Reporter
Test run or drag to
bookmarklets bar to install
javascript:%21function()%7Bfunction%20e()%7Baxe.run().then(e%3D%3E%7BwriteGeneralReport(e)%7D)%2CremoveLoadingNotice()%7Dvoid%200%3D%3D%3Ddocument.A11Y_REQUIREMENTS%26%26(document.A11Y_REQUIREMENTS%3D%5B%5D)%2Cdocument.A11Y_REQUIREMENTS.push(%22general-report-tests.js%22)%2Cdocument.A11Y_REQUIREMENTS.push(%22report-ui.js%22)%2Cdocument.A11Y_REQUIREMENTS.push(%22image-reviewer-ui.js%22)%2Cdocument.A11Y_REQUIREMENTS.push(%22tabbable-reviewer-ui.js%22)%3Bvar%20o%3Ddocument.createElement(%22script%22)%3Bo.onload%3Dfunction()%7BloadingNotice(%22A11Y%20Reporter%20is%20loading...%3Cbr%3ERefresh%20page%20to%20cancel%22)%2CrunA11YTool(e)%7D%2Co.src%3D%22https%3A%2F%2Fmetageeky.github.io%2Faccessibility-bookmarklet%2Flibraries%2Fa11y-core-functions.js%22%2Cdocument.body.appendChild(o)%7D()%2Cconsole.log(%22%5CnSource%3A%20https%3A%2F%2Fmetageeky.github.io%2Faccessibility-bookmarklet%2F%5CnBookmarklet%20name%3A%20A11Y%20Reporter%5Cn%22)%3B
← Back to all bookmarklets