Settings

Theme

Placemark is now open source

macwright.com

3 points by ncts 2 years ago · 2 comments

Reader

KomoD 2 years ago

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

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection