in build/UserALEWebExtension/content.js [991:997]
req.onreadystatechange = function () { if (req.readyState === 4 && req.status !== 200) { if (retries > 0) { sendLogs(logs, config, retries--); } } };