Sabotage Window/Tab Switch Visibility

Make website completely invisible to the user switching to another window or tab. Warning: may break some websites.

Από την 29/01/2024. Δείτε την τελευταία έκδοση.

Δημιουργός
owowed
Βαθμολογίες
0 0 0
Έκδοση
0.0.3
Δημιουργήθηκε την
28/01/2024
Ενημερώθηκε την
29/01/2024
Μέγεθος
4 KB
Άδεια
GPL-3.0-or-later
Εφαρμόζεται σε
Όλοι οι ιστοχώροι

Did you know? Website can detect you changing or switching into another tab using many ways of DOM and JavaScript hackery. Some time, using the official Page Visibility API provided by browser, or straight up blatantly using the document's focus/blur event.

This script's aim to prevent that from happening, to prevent the website from knowing when you're switching into another tab or window, while also keeping it minimal and the website mostly functional.

This script could be useful for web anonymity, or... could be used for cheating in an important online test... I don't know.

I would advise you to use this when you really need to, because this script may break some important page function.

Otherwise, Good luck!

~~ owowed