- Use Chrome. [recommended]
- Copy javascript text from
tota11y_now.js
below (you'll need this for later). - Right-click on bookmarks bar and select 'Add Page...'
- Paste javascript into URL field.
- Give the bookmarklet a cool name like
tota11y_now
oraccessibility rocks!!!
- Go to your favorite website (it won't work on GitHub Gist). E.g., https://twitter.com
- Click the awesome little sunglasses image in the bottom left of screen 😎
- All done!
Last active
August 29, 2015 14:22
-
-
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
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:(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