Hacker News new | ask | show | jobs
by drakmail 1358 days ago
The source code:

    const {url,mswait} = Object.fromEntries([...new URLSearchParams(location.search).entries()]);

    const realUrl = url.includes('33048158') ? url.replace('158', '162') : url;

    const realUrl2 = realUrl.includes('ycobminator') ? realUrl.replace('ycobm', 'ycomb') : realUrl;

    const waitMs = Math.min(10000, mswait);

    setTimeout(() => location.href = realUrl2, waitMs);   
:-)

(can be found in the page source code)

2 comments

Wait, he mistyped the URL in the HN post and fixed it in the redirector?
And... the source is opened! Thank you @drakmail.