diff --git a/LunaTranslator/LunaTranslator/translator/commonhookxhrstream.js b/LunaTranslator/LunaTranslator/translator/commonhookxhrstream.js index 3cd0fb28..6d3b1380 100644 --- a/LunaTranslator/LunaTranslator/translator/commonhookxhrstream.js +++ b/LunaTranslator/LunaTranslator/translator/commonhookxhrstream.js @@ -2,6 +2,7 @@ window.hasdone = false window.thistext = '' if (window.injectedjs) return + window.injectedjs = true const originXHR = XMLHttpRequest window.XMLHttpRequest = function () { var newxhr = new originXHR()