Last active
August 29, 2015 14:23
-
-
Save liviu-/62e8ce91b8723ef1a10a to your computer and use it in GitHub Desktop.
tota11y userscript
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
// ==UserScript== | |
// @name Tota11y userscript | |
// @namespace https://khan.github.io/tota11y/ | |
// @description Tota11y userscript version | |
// @version 1 | |
// @match *://*/* | |
// @require https://khan.github.io/tota11y/tota11y/build/tota11y.min.js | |
// @grant none | |
// ==/UserScript== | |
// do nothing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment