Hacker News new | ask | show | jobs
by reyan 4815 days ago
Hotlinking raw.github.com assets has a rate limit. The demo is not working properly (apparently because of jquery.hotkeys.js).
2 comments

I've replaced the hotlink, hopefully the new page will be up soon
raw.github.com serves js files with text/plain as the mimetype and a 'X-Content-Type-Options: nosniff' header, which prevents Chrome from executing it.