mirror of https://github.com/lhie1/Rules.git
Update
parent
bf261504cb
commit
70102f1de9
@ -0,0 +1,10 @@
|
|||||||
|
#!name=Bahamut
|
||||||
|
#!desc=Bahamut Ads
|
||||||
|
|
||||||
|
[Script]
|
||||||
|
type=http-request,pattern=https:\/\/api\.gamer\.com\.tw\/mobile_app\/anime\/v3\/token\.php script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Bahamut.js
|
||||||
|
|
||||||
|
type=response,pattern=https:\/\/api\.gamer\.com\.tw\/mobile_app\/anime\/v3\/token\.php script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Bahamut.js
|
||||||
|
|
||||||
|
[MITM]
|
||||||
|
hostname = %APPEND% api.gamer.com.tw
|
@ -1,11 +1,11 @@
|
|||||||
#!name=JD DailyBonus
|
#!name=JD DailyBonus
|
||||||
#!desc=https://bean.m.jd.com
|
#!desc=Safari浏览器打开登录 https://bean.m.jd.com ,点击签到并且出现签到日历后, 如果通知获得cookie成功, 则可以使用此签到脚本。
|
||||||
#!system=ios
|
#!system=ios
|
||||||
|
|
||||||
[MITM]
|
|
||||||
hostname = %APPEND% api.m.jd.com
|
|
||||||
|
|
||||||
[Script]
|
[Script]
|
||||||
type=http-request,pattern=https:\/\/api\.m\.jd\.com\/client\.action.*functionId=signBean,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js
|
type=http-request,pattern=https:\/\/api\.m\.jd\.com\/client\.action.*functionId=signBean,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js
|
||||||
|
|
||||||
type=cron,cronexp="3 0 * * *",script-path=https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js
|
type=cron,cronexp="3 0 * * *",script-path=https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js
|
||||||
|
|
||||||
|
[MITM]
|
||||||
|
hostname = %APPEND% api.m.jd.com
|
@ -0,0 +1,11 @@
|
|||||||
|
#!name=TikTok Unlock
|
||||||
|
#!desc=Remove TikTok's regional restrictions.
|
||||||
|
#!system=ios
|
||||||
|
|
||||||
|
[URL Rewrite]
|
||||||
|
(?<=_region=)CN(?=&) JP 307
|
||||||
|
(?<=&app_version=)15..(?=.?.?&) 1 307
|
||||||
|
(?<=\?version_code=)15..(?=.?.?&) 1 307
|
||||||
|
|
||||||
|
[MITM]
|
||||||
|
hostname = %APPEND% *.tiktokv.com, *.byteoversea.com, *.musical.ly, *.snssdk.com
|
@ -1,7 +1,8 @@
|
|||||||
#!name=YouTube
|
#!name=YouTube
|
||||||
|
#!desc=YouTube Ads
|
||||||
[MITM]
|
|
||||||
hostname = %APPEND% *.googlevideo.com
|
|
||||||
|
|
||||||
[Script]
|
[Script]
|
||||||
type=http-request,pattern=https://[\s\S]*\.googlevideo\.com/.*&(oad|ctier) script-path=https://Choler.github.io/Surge/Script/YouTube.js
|
type=http-request,pattern=https://[\s\S]*\.googlevideo\.com/.*&(oad|ctier) script-path=https://Choler.github.io/Surge/Script/YouTube.js
|
||||||
|
|
||||||
|
[MITM]
|
||||||
|
hostname = %APPEND% *.googlevideo.com
|
Loading…
Reference in New Issue