superfix
This commit is contained in:
parent
3a532a3669
commit
46852f1a7e
2 changed files with 13 additions and 3 deletions
|
|
@ -21,9 +21,9 @@ function App() {
|
|||
console.log('Furry sequence detected!');
|
||||
const random = Math.random();
|
||||
if (random < 0.1) {
|
||||
document.location.href = 'https://wh64.net?from=imnyang_root_page';
|
||||
document.location.href = `https://wh64.net?from=imnyang_root_${(Math.random() + 1).toString(36).substring(7)}page`;
|
||||
} else {
|
||||
document.location.href = 'https://ny64.kr?from=imnyang_root_page';
|
||||
document.location.href = `https://ny64.kr?from=imnyang_root_${(Math.random() + 1).toString(36).substring(7)}page`;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue