Skip to content

Commit 3fc0f7f

Browse files
committed
1 parent 4e3a32e commit 3fc0f7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Task/Youth_Read.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ function AutoRead() {
191191

192192
function removebody() {
193193
if (articlebody !== ReadArr[0]) {
194-
smallbody = YouthBody.replace("&" + articlebody, "");
194+
smallbody = $.getdata('youth_autoread').replace("&" + articlebody, "");
195195
} else {
196-
smallbody = YouthBody.replace(articlebody + "&", "")
196+
smallbody = $.getdata('youth_autoread').replace(articlebody + "&", "")
197197
}
198198
$.setdata(smallbody, 'youth_autoread')
199199
}
@@ -202,7 +202,7 @@ function batHost(api, body) {
202202
return {
203203
url: 'https://ios.baertt.com/v5/' + api,
204204
headers: {
205-
'User-Agent': 'KDApp/2.0.0 (iPhone; iOS 14.5; Scale/3.00)',
205+
'User-Agent': 'KDApp/2.0.2 (iPhone; iOS 14.5; Scale/3.00)',
206206
'Host': 'ios.baertt.com',
207207
'Content-Type': 'application/x-www-form-urlencoded'
208208
},

0 commit comments

Comments
 (0)