File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,9 +191,9 @@ function AutoRead() {
191191
192192function 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 } ,
You can’t perform that action at this time.
0 commit comments