Accessibility / A11Y Bookmarklet / A11Y LibGuide

The A11Y LibGuide bookmarklet generates a comprehensive accessibility report formatted for library/content guide audits using the axe-core library. Loads the external accessibility-bookmarklet library with axe-core integration, runs automated accessibility tests, formats results specifically for library/educational content guidelines, and displays the report with issues organized by severity. Requires internet connection to load the external library. Uses axe-core for WCAG compliance testing.

Run A11Y LibGuide

Test run or drag to
bookmarklets bar to install

javascript:%21function()%7Bfunction%20e()%7Baxe.run().then(e%3D%3E%7BwriteLibGuideReport(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(%22libguide-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%20LibGuide%5Cn%22)%3B
← Back to all bookmarklets