Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 2.27 KB

README.md

File metadata and controls

63 lines (46 loc) · 2.27 KB

Build status — Travis-CI Developing with accessibility in mind — Google search

Accessify Wiki JS

Fixing the Web for all, one site at a time.

We are the open, transparent accessibility middleware.

Links

The repos

Bookmarklet

javascript:(
  function (D, s, el, rnd, AC5U) {
    s = D.createElement(el); /* var%20s=.. */
    s.src = 'https://accessifywiki.appspot.com/browser/js/accessifyhtml5-marklet.js?x=' + rnd;
    s.onerror = function (e) { console.error('JS onload error. Probably CSP?', e.target.src, e) };
    D.body.appendChild(s)
  }
)(document, 0, 'script', Math.random(), {})

Copyright © Nick Freear, 28 March 2013.