This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name TOA Test - Disable Tab Detection | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Laat TOA denken dat hij altijd openstaat doormiddel van de webkitvisibilitychange en visibilitychange events te blokkeren | |
| // @author 381sm016 | |
| // @match https://toa.toets.nl/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |