Skip to content

Commit c60c658

Browse files
committed
修复 部分情况下帖子内自动无缝翻页乱码的问题
1 parent cedbcc3 commit c60c658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

52pojie-Enhanced.user.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 吾爱破解论坛增强 - 自动签到、翻页
3-
// @version 1.3.6
3+
// @version 1.3.7
44
// @author X.I.U
55
// @description 自动签到、自动无缝翻页、屏蔽导读悬赏贴(最新发表页)
66
// @match *://www.52pojie.cn/*
@@ -306,6 +306,7 @@
306306
GM_xmlhttpRequest({
307307
url: url,
308308
method: "GET",
309+
overrideMimeType: 'text/html; charset=' + (document.characterSet||document.charset||document.inputEncoding),
309310
timeout: 5000,
310311
onload: function (response) {
311312
try {

0 commit comments

Comments
 (0)