https://github.com/educationaltestingservice/a11ybookmarklets
https://github.com/educationaltestingservice/a11ybookmarklets
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/educationaltestingservice/a11ybookmarklets
- Owner: EducationalTestingService
- License: mit
- Created: 2024-03-11T16:41:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T07:47:10.000Z (about 2 years ago)
- Last Synced: 2025-08-24T12:22:58.079Z (8 months ago)
- Language: HTML
- Size: 40 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# CSUN ATC 2024 Workshop: Using Generative AI as your Accessibility Testing Assistant
This github repo contains supporting materials and code used in the workshop being led by mhakkinen@ets.org, bjohnson007@ets.org, and ssaharasbudhe@ets.org during the CSUN Assistive Technology Conference 2024.
## Recommended Generative AI Tools
### Cloud Based
* [OpenAI ChatGPT 4] (https://chat.openai.com)
* [Anthropic Claude](https://claude.ai)
* [Microsoft CoPilot] (https://copilot.microsoft.com)
### Local (on your own PC/Mac)
* [gpt4all.io](https://gpt4all.io)
* [lmstudio.ai](https://lmstudio.ai)
Note for the local tools, you can download a growing variety of open source LLMs.
## Bookmarklets
The key output of this workshop are AI generated "accessibility bookmarklets". These bookmarklets address specific accessibility testing tasks or needs not handled by off the shelf accessiblity testing tools. The bookmarklet folder will contains the
the source code a variety of bookmarklets demonstrated during during the workshop, Workshop participants are welcome to upload their own creations, as well as use and adapt those uploaded.
For each bookmarklet, you should include the generative AI used (e.g., chatGPT, coPilot, etc), the prompt used to generate the bookmarketlet, the resulting source code (which may be compressed).
### Check for Transcripts
[Check for Transcripts Source Code](/source%20/transcriptCheck/)
## Show Aria Labels
[Show Aria Labels](/source%20/highlightAriaLabels/)
### Heading Structure Bookmarklet
[Heading Structure Source Code](/source%20/headingStructure/)