|
|
|
|
|
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) |
|