Hacker News new | ask | show | jobs
by wenham 3224 days ago
For those that don't want to, and 'miss the point'. View source and go to the .JS file

The text of the off-line site is about a third of the way down.

1 comments

Or chrome dev tools -> toggle device toolbar on -> switch "Online" to "Offline".

Or run in your console: window.dispatchEvent(new Event('offline'))

Yup exactly what I did :D