We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12c110 commit e299e13Copy full SHA for e299e13
1 file changed
52pojie-Enhanced.user.js
@@ -251,7 +251,7 @@
251
252
253
// 监听 XMLHttpRequest 事件
254
- function EventXMLHttpRequest() {
+ /*function EventXMLHttpRequest() {
255
var _send = window.XMLHttpRequest.prototype.send
256
function sendReplacement(data) {
257
if(this.onreadystatechange) {
@@ -270,7 +270,7 @@
270
return this._onreadystatechange.apply(this, arguments);
271
}
272
window.XMLHttpRequest.prototype.send = sendReplacement;
273
- }
+ }*/
274
275
// 自动无缝翻页,修改自 https://greasyfork.org/scripts/14178
276
function showPager() {
0 commit comments