We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题
The text was updated successfully, but these errors were encountered:
以下代码导致的原网页无法请求后的白屏
function resetAjax() { if (window._hadResetAjax) return window._hadResetAjax = true var originOpen = originXHR.prototype.open window.XMLHttpRequest = function () { var realXHR = new originXHR() realXHR.open = function (method, url) { url.toString() && url.toString().indexOf('.m3u8') > 0 && checkM3u8Url(url.toString()) originOpen.call(realXHR, method, url) } return realXHR } XMLHttpRequest.UNSENT = 0; XMLHttpRequest.OPENED = 1; XMLHttpRequest.HEADERS_RECEIVED = 2; XMLHttpRequest.LOADING = 3; XMLHttpRequest.DONE = 4; }
Sorry, something went wrong.
No branches or pull requests
如题
The text was updated successfully, but these errors were encountered: