location from furry

This commit is contained in:
HyunSuk Nam 2024-08-03 23:08:21 +09:00
commit 43d6fd1a14

View file

@ -42,7 +42,7 @@ function App() {
if (keySequence.join('') === targetSequence) {
console.log('Furry sequence detected!');
document.location.href = 'https://ny64.kr';
document.location.href = 'https://ny64.kr?from=imnyang_root_page';
}
};