MJ: attack coordinator update / various fixes . captcha and back button and jitterloop 2 secs

This commit is contained in:
2026-05-03 12:40:20 +03:00
parent 47381a9304
commit eb31072c87
16 changed files with 1492 additions and 31 deletions

View File

@@ -235,6 +235,9 @@ function boot() {
if (typeof window._grcInitTracker === 'function') {
window._grcInitTracker(); // live tracker event-driven
}
if (typeof window._grcInitAttackPlanner === 'function') {
window._grcInitAttackPlanner(); // attack planner countdown engine
}
}
if (document.readyState === 'complete') {