Prevent Logout on LowEndTalk

Stops accidental logout on LowEndTalk by preventing access to the logout URL or similar variations using regex.

Δημιουργός
Zyra
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
6
Βαθμολογίες
0 0 0
Έκδοση
1.4
Δημιουργήθηκε την
01/12/2024
Ενημερώθηκε την
01/12/2024
Μέγεθος
1 KB
Άδεια
MIT
Εφαρμόζεται σε

Prevents users from accidentally logging out on the LowEndTalk website. It does this by blocking access to URLs that match the logout pattern using a regular expression. If the user tries to visit a logout page, the script redirects them to the homepage instead. Additionally, it listens for any changes in the URL or clicks on logout links, and prevents logout actions by showing an alert.