Update wcagToMarkdownChecklist.js

This commit is contained in:
LD50
2025-12-09 15:04:53 +01:00
committed by GitHub
parent 6c4e60ee36
commit 89add75c26

View File

@@ -9,9 +9,9 @@
How to use:
1. Open the page
2. Copy the script below
2. Copy the script below into the clipboard
3. Open the developer console (usually with "F12" and by then navigating to "Console" in the developer settings)
4. Paste the script and press enter to confirm
4. Paste the script into the console and press enter to confirm
5. A red button appears on the page. Click it.
6. The checklist is now in your clipboard. Paste it whereever you need.
*/
@@ -50,4 +50,4 @@ copyButton.addEventListener('click', function() {
});
});
document.body.appendChild(copyButton);
document.body.appendChild(copyButton);