Skip to content

accessifywiki/accessifywiki-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.