Hacker News new | ask | show | jobs
by userbinator 2402 days ago
That's probably because that version of Safari ignores this little bugger:

    .site.page-loading { opacity: 0 }
I used the developer tools in Firefox to disable that one and the page was instantly viewable without JavaScript.

That's right, the site uses CSS to hide all the content and then presumably reenables it somewhere in the gobs of JS, maybe after its loaded whatever other analytics/tracking crap there is. Absolutely vile.