|
|
|
|
|
by system2
1378 days ago
|
|
If you open it incognito, you can read the actual post. try {
if (document.referrer) {
const ref = new URL(document.referrer);
if (ref.host === 'news.ycombinator.com') {
window.location.href = 'https://google.com/';
}
}
} catch (e) { } |
|