Placemark is now open source(macwright.com) |
Placemark is now open source(macwright.com) |
if (document.referrer) {
const ref = new URL(document.referrer);
if (ref.host === 'news.ycombinator.com') {
window.location.href = 'https://google.com/';
}
}
You can copy-paste the link instead and it loads as expected.