This commit is contained in:
RochesterX
2025-11-28 11:15:58 -05:00
parent 4d5c8d743f
commit 881c057b6a
4 changed files with 10 additions and 4 deletions

View File

@@ -10,6 +10,12 @@ updateFavorites();
updatePaydirt();
updateOffense();
window.addEventListener("pageshow", e => {
if (e.persisted) {
updateFavorites();
}
})
async function updateOffense() {
if (!verifyLogin()) return;