Use local variables #1

This commit is contained in:
Fierelier 2021-03-16 17:05:21 +00:00
parent 0de7b78ca1
commit 8bacc64e90
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
// @run-at document-start
// ==/UserScript==
docEventListener = document.__proto__.addEventListener
var docEventListener = document.__proto__.addEventListener
document.__proto__.addEventListener = function() {
if (arguments[0] == "visibilitychange") {
return