Skip to content

Commit e299e13

Browse files
committed
Update
1 parent e12c110 commit e299e13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

52pojie-Enhanced.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251

252252

253253
// 监听 XMLHttpRequest 事件
254-
function EventXMLHttpRequest() {
254+
/*function EventXMLHttpRequest() {
255255
var _send = window.XMLHttpRequest.prototype.send
256256
function sendReplacement(data) {
257257
if(this.onreadystatechange) {
@@ -270,7 +270,7 @@
270270
return this._onreadystatechange.apply(this, arguments);
271271
}
272272
window.XMLHttpRequest.prototype.send = sendReplacement;
273-
}
273+
}*/
274274

275275
// 自动无缝翻页,修改自 https://greasyfork.org/scripts/14178
276276
function showPager() {

0 commit comments

Comments
 (0)