mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-19 13:41:18 +08:00
60 lines
3.1 KiB
Plaintext
60 lines
3.1 KiB
Plaintext
#!name=人人视频
|
||
#!desc=某些APP要清除缓存或者重新安装拦截广告才会生效!
|
||
#!author=奶思
|
||
#!icon=https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/gif/naisi-01.gif
|
||
#!category=奶思的模块
|
||
#!homepage=https://github.com/fmz200/wool_scripts
|
||
#!raw-url=https://github.com/fmz200/wool_scripts/raw/main/Loon/plugin/split/partR/RenRenVideo.lpx
|
||
#!tg-channel=https://t.me/inaisi
|
||
#!date=2025-09-24 21:46:58
|
||
#!arguments=rfrfuipk_enable:true
|
||
|
||
[Rule]
|
||
DOMAIN-SUFFIX,ad.rr.tv,REJECT
|
||
DOMAIN-SUFFIX,ebp.renren.com,REJECT
|
||
DOMAIN-SUFFIX,jebe.renren.com,REJECT
|
||
DOMAIN-SUFFIX,bolt.jebe.renren.com,REJECT
|
||
DOMAIN-SUFFIX,cupid.jebe.renren.com,REJECT
|
||
DOMAIN-SUFFIX,shaft.jebe.renren.com,REJECT
|
||
DOMAIN-SUFFIX,xray.jebe.renren.com,REJECT
|
||
|
||
[URL Rewrite]
|
||
# RRTV_屏蔽軟件更新
|
||
^https?:\/\/api\.rr\.tv\/.*?Version - reject
|
||
|
||
[Map Local]
|
||
# RRTV_屏蔽限時彈窗
|
||
https://api.rr.tv/storage/business/rootName/app/homePage\?dataType=JSON data-type=text data="{}" status-code=200 header="Content-Type:application/json"
|
||
|
||
[Script]
|
||
# RRTV_level_info
|
||
rrtv_json = type=http-response, pattern=^https?:\/\/api\.rr\.tv\/\w{3}\/level\/info, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/rrtv_json.js, requires-body=true, timeout=60
|
||
|
||
# RRTV_去除首頁廣告
|
||
rrtv_json = type=http-response, pattern=https://api.rr.tv/v3plus/index/channel\?pageNum=1&position=CHANNEL_INDEX, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/rrtv_json.js, requires-body=true, timeout=60
|
||
|
||
# RRTV_去除廣場tab
|
||
rrtv_json = type=http-response, pattern=^https?:\/\/api\.rr\.tv\/app\/config\/h5NativeBar, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/rrtv_json.js, requires-body=true, timeout=60
|
||
|
||
# RRTV_去除商城廣告
|
||
rrtv_json = type=http-response, pattern=^https?:\/\/api\.rr\.tv\/v3plus\/index\/channel\?pageNum=1&position=CHANNEL_MY, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/rrtv_json.js, requires-body=true, timeout=60
|
||
|
||
# RRTV_Ad_List
|
||
rrtv_json = type=http-response, pattern=^https?:\/\/api\.rr\.tv\/user\/privilege\/list, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/rrtv_json.js, requires-body=true, timeout=60
|
||
|
||
# RRTV_Ad_All
|
||
rrtv_json = type=http-response, pattern=^https?:\/\/api\.rr\.tv\/ad\/getAll, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/rrtv_json.js, requires-body=true, timeout=60
|
||
|
||
# RRTV_Get_Drama
|
||
rrtv_json = type=http-response, pattern=^https?:\/\/api\.rr\.tv\/drama\/app\/get_combined_drama_detail, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/rrtv_json.js, requires-body=true, timeout=60
|
||
|
||
# RRTV_Watch_V4
|
||
rrtv_json = type=http-response, pattern=https://api.rr.tv/watch/v4, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/rrtv_json.js, requires-body=true, timeout=60
|
||
|
||
# RRTV_User_Info
|
||
rrtv_json = type=http-response, pattern=https://api.rr.tv/user/profile, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/rrtv_json.js, requires-body=true, timeout=60
|
||
|
||
[MITM]
|
||
hostname = %APPEND% api.rr.tv
|
||
|