Live data from Hacker News

Tell HN: Meta is down

news.ycombinator.com

31–40 of 140 posts

Re: Tell HN: Meta is down

#34
Naming things is hard:

    if (navigator.userAgent.indexOf('FBForIPhone') >= 0 
    || navigator.userAgent.indexOf('FBIOS') >= 0 
    || navigator.userAgent.indexOf('FBAN') >= 0 
    || navigator.userAgent.indexOf('FB4A') >= 0) {
          classes += 'app ';
        }
Post reply on HN