Hacker News new | ask | show | jobs
by weikju 746 days ago
Interesting how copy-pasting that link leads to the article while cliking it leads to Wikipedia.. reminds me of jwz's site.
1 comments

Oh dear, he got me.

  <script type="98f4b28488f8bdfd1252d4f9-text/javascript">
    try {
      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';
        }
      }

      // If you're reading this, you've entirely missed the fucking point. Go touch some grass.
      if (Math.random() > 0.9) {
        window.location.href = 'https://en.wikipedia.org/wiki/Special:Random';
      }
    } catch (e) { }
  </script>