Skip to content

Instantly share code, notes, and snippets.

@cazepeda-zz
Created February 8, 2014 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cazepeda-zz/8876300 to your computer and use it in GitHub Desktop.
Save cazepeda-zz/8876300 to your computer and use it in GitHub Desktop.
Open Dyslexic Bookmarklet
javascript:(function()%7Bvar%20s=document.createElement('link');s.setAttribute('href','http://dyslexicfonts.com/plugin/easyread.css');s.setAttribute('rel','stylesheet');s.setAttribute('type','text/css');document.getElementsByTagName('head')%5B0%5D.appendChild(s);%7D)();
@goodevilgenius
Copy link

I'd recommend you change the href to https://..., since some browsers will refuse to load this on secure sites.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment