This commit is contained in:
恍兮惚兮 2024-07-24 23:15:12 +08:00
parent 09f11f2a32
commit f9922df95e

View File

@ -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()