From 9535f877340c1aa483962cd0ff43a22df56047df Mon Sep 17 00:00:00 2001 From: SystemPatch Date: Tue, 10 Sep 2024 23:34:54 -0400 Subject: [PATCH] Increase timeout for 4chan X init detection This seems to greatly reduce issues with the extension not completely loading when using XT --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index bfdef41..7223c81 100644 --- a/src/main.js +++ b/src/main.js @@ -55,5 +55,5 @@ setTimeout(function () { document.addEventListener('DOMContentLoaded', doInit); } } -}, 0); +}, 1000);