Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Work Is Work (2020) (codahale.com)
1 point by rzk on Sept 27, 2024 | hide | past | favorite | 2 comments


The link is redirecting me to https://en.wikipedia.org/wiki/Freddy_the_Pig


Because of this:

  if (document.referrer) {
    const ref = new URL(document.referrer);
    if (ref.host === 'news.ycombinator.com') {
      window.location.href = 'https://en.wikipedia.org/wiki/Freddy_the_Pig';
    }
  }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: