Hacker News new | past | comments | ask | show | jobs | submit login
Placemark is now open source (macwright.com)
3 points by ncts on Jan 19, 2024 | hide | past | favorite | 2 comments



That's funny, he checks if the referrer is HN and then redirects to Google

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


Well: https://macwright.com/2022/09/15/hacker-news. Still, it can be easily bypassed by an extension that cleans referrer (which is more or less good for privacy I guess?)




Join us for AI Startup School this June 16-17 in San Francisco!

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

Search: