Skip to content

Instantly share code, notes, and snippets.

@landonreed
Last active August 29, 2015 14:22
Show Gist options
  • Save landonreed/d0afefc246fd95e4c5e9 to your computer and use it in GitHub Desktop.
Save landonreed/d0afefc246fd95e4c5e9 to your computer and use it in GitHub Desktop.
tota11y_now: a bookmarklet that puts Khan Academy's amazing accessibilty tools on any website
  1. Use Chrome. [recommended]
  2. Copy javascript text from tota11y_now.js below (you'll need this for later).
  3. Right-click on bookmarks bar and select 'Add Page...'
  4. Paste javascript into URL field.
  5. Give the bookmarklet a cool name like tota11y_now or accessibility rocks!!!
  6. Go to your favorite website (it won't work on GitHub Gist). E.g., https://twitter.com
  7. Click the awesome little sunglasses image in the bottom left of screen 😎
  8. All done!
javascript:(function(){var%20script=document.createElement('script');script.type='text/javascript';script.src='https://rawgit.com/Khan/tota11y/master/build/tota11y.min.js';document.getElementsByTagName('head')[0].appendChild(script);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment