Skip to content

Instantly share code, notes, and snippets.

@JanX2
Forked from cazepeda-zz/gist:8876300
Last active September 22, 2018 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JanX2/317cd8c152732e69f91b96979d8e965b to your computer and use it in GitHub Desktop.
Save JanX2/317cd8c152732e69f91b96979d8e965b to your computer and use it in GitHub Desktop.
Open Dyslexic Bookmarklet
javascript:(function()%7Bvar%20s=document.createElement('link');s.setAttribute('href','https://dyslexicfonts.com/plugin/easyread.css');s.setAttribute('rel','stylesheet');s.setAttribute('type','text/css');document.getElementsByTagName('head')%5B0%5D.appendChild(s);%7D)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment