From 4a29cea3a75de9a00b5088e73dba03f7d616c723 Mon Sep 17 00:00:00 2001 From: Sainan Date: Sat, 18 Apr 2020 17:18:39 +0200 Subject: [PATCH] Fix sublime text changing the indentation on this line --- injection_script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/injection_script.js b/injection_script.js index d893d00..ca1849c 100644 --- a/injection_script.js +++ b/injection_script.js @@ -2050,5 +2050,5 @@ ensureDomLoaded(()=>{ } //Insertion point for bypasses detecting certain DOM elements which may appear up to 10 seconds after page load. Bypasses here will no longer need to call ensureDomLoaded. },100) - setTimeout(()=>clearInterval(dT),10000) + setTimeout(()=>clearInterval(dT),10000)// },true)