Forked from MoritzGiessmann/gist:8d6cf3917649cb8a0867
Last active
November 4, 2016 20:49
-
-
Save jonasbits/37c4daf5f649dded19b8618dfde3d2f6 to your computer and use it in GitHub Desktop.
Tota11y js bookmarklet - http://engineering.khanacademy.org/posts/tota11y.htm - https://khan.github.io/tota11y/
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:var s=document.createElement('script');s.setAttribute('src', 'https://github.com/Khan/tota11y/releases/download/0.1.3/tota11y.min.js');document.getElementsByTagName('body')[0].appendChild(s);void(s); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment