Last active
April 13, 2020 16:54
-
-
Save anevins12/de11bd407f7d63e8b121e49991ae6385 to your computer and use it in GitHub Desktop.
Bookmarklet: Deque screen reader shortcuts quiz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(() => {$('.data.shortcuts tr').each((i, v) => { const inputLabel = $('[scope="row"]', v).text(); const $input = `<input aria-label="${inputLabel}" type="text" />`; $('td:last-child', v).html($input); })})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bookmarklet turns shortcuts inside tables of keyboard shortcuts into input fields ready for you to quiz yourself. You can use this bookmarklet on the following pages: