Use local variables #3

This commit is contained in:
Fierelier 2021-03-16 17:06:34 +00:00
parent 8bacc64e90
commit 84c2fcff6c
1 changed files with 1 additions and 1 deletions

View File

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