Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ableplayer
/
ableplayer
Public
Notifications
You must be signed in to change notification settings
Fork
243
Star
833
Code
Issues
90
Pull requests
7
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ableplayer
scripts
transcript.js
on
refs/heads/develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 28, 2026
Add prototype to create preference inputs
Show description for 96b4a8a
joedolson
committed
96b4a8a
View commit details
Copy full SHA for 96b4a8a
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
Add 'strict mode' to ignore () and [] when building transcript.
Show description for 751ae54
joedolson
committed
751ae54
View commit details
Copy full SHA for 751ae54
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
Fix missed references to thisObj.tt instead of .translate()
joedolson
committed
5d220ff
View commit details
Copy full SHA for 5d220ff
View code at this point
Browse repository at this point
Commits on Mar 2, 2026
transcript: eslint
VanessaPhippsCfa
committed
8fd90dc
View commit details
Copy full SHA for 8fd90dc
View code at this point
Browse repository at this point
Rollup build working
VanessaPhippsCfa
committed
c6d95ba
View commit details
Copy full SHA for c6d95ba
View code at this point
Browse repository at this point
Commits on Feb 28, 2026
Module-ify everything else, first pass
VanessaPhippsCfa
committed
1aceab1
View commit details
Copy full SHA for 1aceab1
View code at this point
Browse repository at this point
Commits on Dec 30, 2025
Remove hide callbacks & change draggable to be a more explicit region.
Show description for 7c95772
joedolson
committed
7c95772
View commit details
Copy full SHA for 7c95772
View code at this point
Browse repository at this point
Swap jQuery deferred to custom prototype
Show description for 493c21f
joedolson
committed
493c21f
View commit details
Copy full SHA for 493c21f
View code at this point
Browse repository at this point
Commits on Dec 28, 2025
Add a new method to fetch translations, with support for fallback.
Show description for c3cd4b8
joedolson
committed
c3cd4b8
View commit details
Copy full SHA for c3cd4b8
View code at this point
Browse repository at this point
Commits on Aug 11, 2025
Potential fix for code scanning alert no. 56: Incomplete string escaping or encoding
Show description for 673a191
joedolson
and
github-advanced-security[bot]
authored
673a191
View commit details
Copy full SHA for 673a191
View code at this point
Browse repository at this point
Commits on Aug 2, 2025
Bug fix: properly disable transcript with data-include-transcript=false
Show description for f6f6171
joedolson
committed
f6f6171
View commit details
Copy full SHA for f6f6171
View code at this point
Browse repository at this point
Commits on Jul 31, 2025
Formatting
joedolson
committed
2a3f631
View commit details
Copy full SHA for 2a3f631
View code at this point
Browse repository at this point
Commits on Jul 30, 2025
Remove trailing whitespace
joedolson
committed
caa57b7
View commit details
Copy full SHA for caa57b7
View code at this point
Browse repository at this point
Update code style for consistency.
joedolson
committed
bf642db
View commit details
Copy full SHA for bf642db
View code at this point
Browse repository at this point
Fix wrapping last transcript spand in an able-transcript-block.
Show description for fcca2d5
joedolson
committed
fcca2d5
View commit details
Copy full SHA for fcca2d5
View code at this point
Browse repository at this point
Commits on Jul 24, 2025
Fix unwanted lines in lyrics mode
Show description for eb3ae78
joedolson
committed
eb3ae78
View commit details
Copy full SHA for eb3ae78
View code at this point
Browse repository at this point
Commits on Jun 23, 2025
Change location & styling of dragdrop popups.
joedolson
committed
a149d51
View commit details
Copy full SHA for a149d51
View code at this point
Browse repository at this point
Commits on May 27, 2025
Remove unused var in transcript.js
joedolson
committed
12f9b64
View commit details
Copy full SHA for 12f9b64
View code at this point
Browse repository at this point
Commits on May 25, 2025
Remove the `role` and `aria-label` on transcript containers if they are not in dialogs.
Show description for e2bd655
joedolson
committed
e2bd655
View commit details
Copy full SHA for e2bd655
View code at this point
Browse repository at this point
Replace .click() with .on( 'click'
Show description for e55c22c
joedolson
committed
e55c22c
View commit details
Copy full SHA for e55c22c
View code at this point
Browse repository at this point
Commits on Jan 8, 2025
update /\n/ to /\n/g to replace any newline in caption, not just first one
jeanem
committed
6045bc0
View commit details
Copy full SHA for 6045bc0
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
update to code to use a regex (/\n/) instead of string when replacing newline characters with <br> tags
jeanem
committed
d078203
View commit details
Copy full SHA for d078203
View code at this point
Browse repository at this point
Commits on Aug 24, 2024
continued dompurify w-i-p
jeanem
committed
d483e2f
View commit details
Copy full SHA for d483e2f
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
dompurify w-i-p
jeanem
committed
ee19bad
View commit details
Copy full SHA for ee19bad
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
Add support for extended description via video swap
terrill
committed
0488caf
View commit details
Copy full SHA for 0488caf
View code at this point
Browse repository at this point
Commits on Dec 19, 2021
Fix bug with display of transcript title
terrill
committed
7ebff7a
View commit details
Copy full SHA for 7ebff7a
View code at this point
Browse repository at this point
Add captions support for audio
terrill
committed
51c30ed
View commit details
Copy full SHA for 51c30ed
View code at this point
Browse repository at this point
Commits on Feb 11, 2021
Also update the manual transcript.
harlet
committed
314e207
View commit details
Copy full SHA for 314e207
View code at this point
Browse repository at this point
WCAG F77 - Duplicate IDs fix.
Show description for ad83697
harlet
committed
ad83697
View commit details
Copy full SHA for ad83697
View code at this point
Browse repository at this point
Commits on Mar 1, 2020
Numerous enhancements & bug fixes re keyboard use of popup windows
Show description for 091af84
terrill
committed
091af84
View commit details
Copy full SHA for 091af84
View code at this point
Browse repository at this point
Commits on Feb 29, 2020
Improve focus mgmt around transcript & sign popup windows
terrill
committed
a07918e
View commit details
Copy full SHA for a07918e
View code at this point
Browse repository at this point
Commits on Feb 24, 2020
limit currentHighlight to within instance's element
JoshMoreno
committed
bf33778
View commit details
Copy full SHA for bf33778
View code at this point
Browse repository at this point
fix transcript related selectors
Show description for 27b0bbf
JoshMoreno
committed
27b0bbf
View commit details
Copy full SHA for 27b0bbf
View code at this point
Browse repository at this point
Commits on Aug 29, 2019
Improve transcript scrollTo efficiency & eliminate flicker
terrill
committed
39c6199
View commit details
Copy full SHA for 39c6199
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
Remove console logs
terrill
committed
3fb9c7f
View commit details
Copy full SHA for 3fb9c7f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.