-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
299 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
/************************************* | ||
项目名称:逗逗表情包 | ||
下载地址:https://t.cn/A6T3e0nG | ||
更新日期:2024-04-25 | ||
脚本作者:chxm1023 | ||
电报频道:https://t.me/chxm1023 | ||
使用声明:⚠️仅供参考,🈲转载与售卖! | ||
************************************** | ||
[rewrite_local] | ||
^https?:\/\/www\.dbbqb\.com\/api\/(refresh\/token|login|sms\/register|user\/expire|orderForm) url script-response-body https://raw.githubusercontent.com/chxm1023/Rewrite/main/ddbqb.js | ||
[mitm] | ||
hostname = www.dbbqb.com | ||
*************************************/ | ||
|
||
|
||
var chxm1023 = JSON.parse($response.body); | ||
const user = /(refresh\/token|login|sms\/register)/; | ||
const vip = /user\/expire/; | ||
const vipjl = /orderForm/; | ||
|
||
if(user.test($request.url)){ | ||
chxm1023.score = "999"; | ||
chxm1023.vip = "true"; | ||
chxm1023.vipExpireDate = "2099-09-09"; | ||
} | ||
|
||
if(vip.test($request.url)){ | ||
chxm1023 = { | ||
"score" : "999", | ||
"expire" : "2099-09-09 09:09:09" | ||
}; | ||
} | ||
|
||
if(vipjl.test($request.url)){ | ||
chxm1023= [{ | ||
"amount" : 1, | ||
"status" : "已完成", | ||
"score" : 999, | ||
"createDate" : "2099-09-09 09:09:09", | ||
"name" : "终身体验" | ||
}]; | ||
} | ||
|
||
$done({body : JSON.stringify(chxm1023)}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!name = 逗逗表情包 | ||
#!desc = 解锁VIP会员 | ||
#!openurl = https://apps.apple.com/app/id1621941520 | ||
#!author = | ||
#!homepage = | ||
#!icon = https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/d9/fc/cd/d9fccd26-f59e-7065-e7ba-ee86c851c1e4/AppIcon-1x_U007emarketing-0-7-0-85-220.png/512x512bb.png | ||
#!date = | ||
|
||
[Script] | ||
http-response ^https?:\/\/www\.dbbqb\.com\/api\/(refresh\/token|login|sms\/register|user\/expire|orderForm) script-path=https://raw.githubusercontent.com/chxm1023/Rewrite/main/ddbqb.js, requires-body=true, tag=逗逗表情包 | ||
|
||
[MITM] | ||
hostname = www.dbbqb.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/************************************* | ||
项目名称:滚动截屏 | ||
下载地址:https://t.cn/A6AZHHA5 | ||
更新日期:2024-04-28 | ||
脚本作者:@Sheepfj | ||
电报频道:https://t.me/chxm1023 | ||
使用声明:⚠️仅供参考,🈲转载与售卖! | ||
************************************** | ||
[rewrite_local] | ||
^http:\/\/tailor\.tomax\.xyz\/api\/users\/fetch\/info url script-response-body https://raw.githubusercontent.com/chxm1023/Rewrite/main/gdjp.js | ||
[mitm] | ||
hostname = tailor.tomax.xyz | ||
*************************************/ | ||
|
||
|
||
var obj = JSON.parse($response.body); | ||
const vip = '/api/users/fetch/info'; | ||
|
||
if ($request.url.indexOf(vip) != -1) { | ||
obj.data.isVip=true; | ||
obj.data.vip.expire="2099-09-09T09:09:09.000Z"; | ||
} | ||
$done({body : JSON.stringify(obj)}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!name = 滚动截屏 | ||
#!desc = 解锁永久会员 | ||
#!openurl = https://apps.apple.com/app/id1494098739 | ||
#!author = | ||
#!homepage = | ||
#!icon = https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/30/cf/d9/30cfd981-b6fa-bcb7-2c49-600585961cf4/AppIcon-0-1x_U007emarketing-0-7-0-0-85-220-0.png/512x512bb.png | ||
#!date = | ||
|
||
[Script] | ||
http-response ^http:\/\/tailor\.tomax\.xyz\/api\/users\/fetch\/info script-path=https://raw.githubusercontent.com/chxm1023/Rewrite/main/gdjp.js, requires-body=true, tag=滚动截屏 | ||
|
||
[MITM] | ||
hostname = tailor.tomax.xyz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/************************************* | ||
项目名称:漫读-电子书阅读器 | ||
下载地址:https://t.cn/A6TeeJiV | ||
更新日期:2024-04-30 | ||
脚本作者:chxm1023 | ||
电报频道:https://t.me/chxm1023 | ||
使用声明:⚠️仅供参考,🈲转载与售卖! | ||
************************************** | ||
[rewrite_local] | ||
^http:\/\/enjoy_reading_pro\.particlethink\.com:8083\/app\/api\/v\d\/user\/is_vip url script-response-body https://raw.githubusercontent.com/chxm1023/Rewrite/main/mandu.js | ||
[mitm] | ||
hostname = pro.particlethink.com | ||
*************************************/ | ||
|
||
|
||
var chxm1023 = JSON.parse($response.body); | ||
|
||
chxm1023.data = true; | ||
|
||
$done({body : JSON.stringify(chxm1023)}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!name = 漫读-电子书阅读器 | ||
#!desc = 解锁VIP会员 | ||
#!openurl = https://apps.apple.com/app/id6445883320 | ||
#!author = | ||
#!homepage = | ||
#!icon = https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/3f/a7/a7/3fa7a762-1d6f-55b6-a45d-35128febde92/AppIcon-1x_U007emarketing-0-10-0-85-220.png/512x512bb.png | ||
#!date = | ||
|
||
[Script] | ||
http-response ^http:\/\/enjoy_reading_pro\.particlethink\.com:8083\/app\/api\/v\d\/user\/is_vip script-path=https://raw.githubusercontent.com/chxm1023/Rewrite/main/mandu.js, requires-body=true, tag=漫读解锁VIP | ||
|
||
[MITM] | ||
hostname = pro.particlethink.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
/************************************* | ||
项目名称:阅读记录 | ||
下载地址:https://t.cn/A6TEUZgw | ||
更新日期:2024-04-22 | ||
脚本作者:chxm1023 | ||
电报频道:https://t.me/chxm1023 | ||
使用声明:⚠️仅供参考,🈲转载与售卖! | ||
************************************** | ||
[rewrite_local] | ||
^https?:\/\/app\.yidiansz\.com\/api\/v\d\/(app\/user\/info|banner) url script-response-body https://raw.githubusercontent.com/chxm1023/Rewrite/main/yuedujilu.js | ||
[mitm] | ||
hostname = app.yidiansz.com | ||
*************************************/ | ||
|
||
|
||
var chxm1023 = JSON.parse($response.body); | ||
const user = /app\/user\/info/; | ||
const ad = /banner/; | ||
|
||
if(user.test($request.url)){ | ||
chxm1023.data = { | ||
...chxm1023.data, | ||
"end_date" : "2099-09-09 09:09:09", | ||
"expires_date_s" : 4092599349000, | ||
"has_perpetual_vip" : 1, | ||
"member_type" : 4, | ||
"member_status" : 1 | ||
}; | ||
} | ||
|
||
if(ad.test($request.url)){ | ||
chxm1023 = {}; | ||
} | ||
|
||
$done({body : JSON.stringify(chxm1023)}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!name = 阅读记录 | ||
#!desc = 解锁终身会员 | ||
#!openurl = https://apps.apple.com/app/id1227407668 | ||
#!author = | ||
#!homepage = | ||
#!icon = https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/aa/c1/db/aac1db19-a7d0-108c-b787-2574ec0bec4d/AppIcon-0-0-1x_U007emarketing-0-7-0-0-85-220.png/512x512bb.png | ||
#!date = | ||
|
||
[Script] | ||
http-response ^https?:\/\/app\.yidiansz\.com\/api\/v\d\/(app\/user\/info|banner) script-path=https://raw.githubusercontent.com/chxm1023/Rewrite/main/yuedujilu.js, requires-body=true, tag=阅读记录 | ||
|
||
[MITM] | ||
hostname = app.yidiansz.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
/************************************* | ||
项目名称:追书神器 | ||
下载地址:https://t.cn/A6Nm0RuT | ||
更新日期:2024-05-12 | ||
脚本作者:chxm1023 | ||
电报频道:https://t.me/chxm1023 | ||
使用声明:⚠️仅供参考,🈲转载与售卖! | ||
效果说明:付费内容未解锁,解锁听书/去广告 | ||
************************************** | ||
[rewrite_local] | ||
# VIP/净化 | ||
^https?:\/\/.*\.zhuishushenqi\.com\/(user|charge\/voice\/state|pay\/products|advert_center|push\/pop-config|book\/recommend-pop|api|video\/adConfig|book\/bookshelf.*|activity\/popup\/scenes\/init) url script-response-body https://raw.githubusercontent.com/chxm1023/Rewrite/main/zhuishushenqi.js | ||
# 开屏广告/也可去除其他APP的广告,用处广泛 | ||
^https?:\/\/.*\.pangolin-sdk-toutiao.*\.com url reject | ||
^https?:\/\/mhjk\.1391\.com url reject-200 | ||
^https?:\/\/opencloud\.wostore\.cn url reject-200 | ||
^https?:\/\/open\.e\.kuaishou\.com url reject-200 | ||
^https?:\/\/mi\.gdt\.qq\.com url reject-200 | ||
^https?:\/\/mobads\.baidu\.com url reject-200 | ||
^https?:\/\/ios\.bugly\.qq\.com url reject-200 | ||
^https?:\/\/sdk\.e\.qq\.com url reject-200 | ||
^https?:\/\/analytics\.oceanengine\.com url reject-200 | ||
[mitm] | ||
hostname = *.zhuishushenqi.com, *.pangolin-sdk-toutiao*.com, mhjk.1391.com, opencloud.wostore.cn, open.e.kuaishou.com, mi.gdt.qq.com, mobads.baidu.com, ios.bugly.qq.com, sdk.e.qq.com, analytics.oceanengine.com | ||
*************************************/ | ||
|
||
|
||
var chxm1023 = JSON.parse($response.body); | ||
const vipa = /judgeSignIn/; | ||
const vipb = /pay\/products/; | ||
const user = /account/; | ||
const yuyin = /charge\/voice\/state/; | ||
|
||
if(vipa.test($request.url)){ | ||
chxm1023.days = 99999; | ||
chxm1023.date = "2099-09-09"; | ||
} | ||
|
||
if(vipb.test($request.url)){ | ||
chxm1023.isVip = true; | ||
} | ||
|
||
if(/(push\/pop-config|sfo\/(popup_displays|user_popup_configs)|video\/adConfig|book\/(bookshelf-recommend.*|bookshelf-top-recommend|recommend-pop)|activity\/popup\/scenes\/init|advert_center\/(advert_list|switch_config))/.test($request.url)){ | ||
chxm1023 = {}; | ||
}; | ||
|
||
if(user.test($request.url)){ | ||
chxm1023 = { | ||
...chxm1023, | ||
"isFree" : true, | ||
"time" : 4092599349, | ||
"superMonthlyExpire" : 4092599349, | ||
"isSVIPUser" : true, | ||
"vipExpire" : "2099-09-09T09:09:09.000Z", | ||
"ok" : true, | ||
"isMonthly" : true, | ||
"vipStatus" : 2, | ||
"isAppstoreAutoMonthly" : true, | ||
"freeTime" : 4092599349, | ||
"monthly" : 4092599349, | ||
"expiresDay" : 99999 | ||
}; | ||
} | ||
|
||
if(yuyin.test($request.url)){ | ||
chxm1023 = { | ||
"state" : { | ||
"voiceExpire" : 4092599349, | ||
"isFree" : true, | ||
"available" : true, | ||
"freeText" : "欢迎使用朗读功能,恭喜您获得全场发音人免费听权限!" | ||
}, | ||
"ok" : true | ||
}; | ||
} | ||
|
||
$done({body: JSON.stringify(chxm1023)}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!name = 追书神器 | ||
#!desc = 解锁VIP会员去除广告(可能涉及其他App) | ||
#!openurl = https://apps.apple.com/app/id575826903 | ||
#!author = | ||
#!homepage = | ||
#!icon = https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/e3/47/a0/e347a0be-7649-afb0-a4bd-833e5465f54c/AppIcon-0-0-1x_U007emarketing-0-10-0-0-sRGB-85-220.png/512x512bb.png | ||
#!date = | ||
|
||
[Script] | ||
http-response ^https?:\/\/.*\.zhuishushenqi\.com\/(user|charge\/voice\/state|pay\/products|advert_center|push\/pop-config|book\/recommend-pop|api|video\/adConfig|book\/bookshelf.*|activity\/popup\/scenes\/init) script-path=https://raw.githubusercontent.com/chxm1023/Rewrite/main/zhuishushenqi.js, requires-body=true, tag=追书神器解锁VIP | ||
# 开屏广告/也可去除其他APP的广告,用处广泛 | ||
^https?:\/\/.*\.pangolin-sdk-toutiao.*\.com url reject | ||
^https?:\/\/mhjk\.1391\.com url reject-200 | ||
^https?:\/\/opencloud\.wostore\.cn url reject-200 | ||
^https?:\/\/open\.e\.kuaishou\.com url reject-200 | ||
^https?:\/\/mi\.gdt\.qq\.com url reject-200 | ||
^https?:\/\/mobads\.baidu\.com url reject-200 | ||
^https?:\/\/ios\.bugly\.qq\.com url reject-200 | ||
^https?:\/\/sdk\.e\.qq\.com url reject-200 | ||
^https?:\/\/analytics\.oceanengine\.com url reject-200 | ||
|
||
[MITM] | ||
hostname = *.zhuishushenqi.com, *.pangolin-sdk-toutiao*.com, mhjk.1391.com, opencloud.wostore.cn, open.e.kuaishou.com, mi.gdt.qq.com, mobads.baidu.com, ios.bugly.qq.com, sdk.e.qq.com, analytics.oceanengine.com |