|
|
|
|
|
by gloosx
589 days ago
|
|
Wanted to check what my holidays would have looked like before Christ, but I was able to break it completely by setting year -1 xD A quick snippet for console if you really want to break it like me: for(let i = 0; i < 2024; i++) document.querySelector('body > div:nth-child(1) > main > div:nth-child(2) > p > span:nth-child(4) > button:nth-child(1)').click() |
|