Skip to content

Commit

Permalink
Merge pull request #2 from SystemPatch/master
Browse files Browse the repository at this point in the history
Increase timeout for 4chan X init detection
  • Loading branch information
vampiricwulf authored Sep 11, 2024
2 parents dd48058 + 9535f87 commit e86d12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ setTimeout(function () {
document.addEventListener('DOMContentLoaded', doInit);
}
}
}, 0);
}, 1000);

0 comments on commit e86d12f

Please sign in to comment.