Work Is Work (2020)

1 pointsposted 8 hours ago
by yamrzou

2 Comments

eimrine

7 hours ago

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

yamrzou

7 hours ago

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';
    }
  }