mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
fix
This commit is contained in:
parent
09f11f2a32
commit
f9922df95e
@ -2,6 +2,7 @@
|
|||||||
window.hasdone = false
|
window.hasdone = false
|
||||||
window.thistext = ''
|
window.thistext = ''
|
||||||
if (window.injectedjs) return
|
if (window.injectedjs) return
|
||||||
|
window.injectedjs = true
|
||||||
const originXHR = XMLHttpRequest
|
const originXHR = XMLHttpRequest
|
||||||
window.XMLHttpRequest = function () {
|
window.XMLHttpRequest = function () {
|
||||||
var newxhr = new originXHR()
|
var newxhr = new originXHR()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user