Work Is Work (2020)

1 pointsposted a year ago
by yamrzou

2 Comments

eimrine

a year ago

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

yamrzou

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