I am trying to make MDN\'s Javascript Reference available for offline browsing (personal use).
I am not the website\'s owner nor developer, and I can only access its gen
This looks fairly promising: https://github.com/rgarcia/dochub
It's an all-in-one documentation site which can be installed on your own computer (requires node), containing data from a number of standard web references including MDN. It contains a screen scraper component that extracts the info from MDN, and updates it fairly quickly (at least a lot faster than the wget mirror command mentioned above). I haven't confirmed how complete the docs are as scraped, but at first glance they look pretty good.