WCAG-Brute-Force

WCAG Brute Force – jQuery Modular Fixes

This directory contains modularized jQuery scripts extracted from the original WCAG_AA_jQuery.js file. Each script targets a specific accessibility remediation and can be included independently.

Usage

Include only the fixes you need:

<script src="jquery.min.js"></script>
<script src="js/lang_fix.jquery.js"></script>
<script src="js/image_alt_title_fix.jquery.js"></script>

All scripts are safe to run independently and use $(document).ready() to avoid conflicts.


File Index


Notes


Recommendation

For production use, consider:


License

Refer to the main repository for licensing details.