mirror of https://github.com/lhie1/Rules.git
Update
parent
1945b174a1
commit
f5c167e851
@ -0,0 +1,9 @@
|
|||||||
|
#!name=52pojie
|
||||||
|
#!desc=Need to manually log in to the https://www.52pojie.cn/home.php?mod=space checkin to get cookie. If you receive a cookie success notification, you can disable this script.
|
||||||
|
|
||||||
|
[Script]
|
||||||
|
type=http-request,pattern=https:\/\/www\.52pojie\.cn\/home\.php\? script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/52pojieDailyBonus/Get-Cookie.js
|
||||||
|
type=cron,cronexp="0 8 * * *",script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/52pojieDailyBonus/52pojie.js
|
||||||
|
|
||||||
|
[MITM]
|
||||||
|
hostname = %APPEND% www.52pojie.cn
|
@ -0,0 +1,13 @@
|
|||||||
|
#!name=Aweme
|
||||||
|
#!desc=Aweme app removes ads.
|
||||||
|
#!system=ios
|
||||||
|
|
||||||
|
[URL Rewrite]
|
||||||
|
^https://aweme-eagle(.*)\.snssdk\.com/aweme/v2/ https://aweme-eagle$1.snssdk.com/aweme/v1/ 302
|
||||||
|
|
||||||
|
[Script]
|
||||||
|
type=http-request,pattern=https:\/\/.*\.amemv\.com\/aweme\/v.*\/(feed|post) script-path=https://Choler.github.io/Surge/Script/Aweme.js
|
||||||
|
type=http-response,pattern=https:\/\/.*\.amemv\.com\/aweme\/v.*\/(feed|post) requires-body=true,script-path=https://Choler.github.io/Surge/Script/Aweme.js
|
||||||
|
|
||||||
|
[MITM]
|
||||||
|
hostname = %APPEND% *.amemv.com, *.snssdk.com
|
@ -1,10 +1,9 @@
|
|||||||
#!name=Bahamut
|
#!name=Bahamut
|
||||||
#!desc=Bahamut Ads
|
#!desc=Bahamut animation app removes ads.
|
||||||
|
|
||||||
[Script]
|
[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=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=http-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
|
||||||
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]
|
[MITM]
|
||||||
hostname = %APPEND% api.gamer.com.tw
|
hostname = %APPEND% api.gamer.com.tw
|
@ -0,0 +1,11 @@
|
|||||||
|
#!name=Bilibili
|
||||||
|
#!desc=When Bilibili Manga app is opened, click "My", If notification gets cookie success, you can use the check in script. because script will automatically judgment whether the cookie is updated, so you dont need to disable it manually.
|
||||||
|
#!system=ios
|
||||||
|
|
||||||
|
[Script]
|
||||||
|
type=http-request,pattern=https:\/\/manga\.bilibili\.com\/.*\.User\/GetWallet script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Bilibili-DailyBonus/Manga.js
|
||||||
|
|
||||||
|
type=cron,cronexp="9 0 * * *",script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Bilibili-DailyBonus/Manga.js
|
||||||
|
|
||||||
|
[MITM]
|
||||||
|
hostname = %APPEND% manga.bilibili.com
|
@ -0,0 +1,10 @@
|
|||||||
|
#!name=iQIYI Dailybonus
|
||||||
|
#!desc=When iQiyi app is opened, click "My", If notification gets cookie success, you can use the check in script. because script will automatically judgment whether the cookie is updated, so you dont need to disable it manually.
|
||||||
|
#!system=ios
|
||||||
|
|
||||||
|
[Script]
|
||||||
|
type=http-request,pattern=https?:\/\/.*\.iqiyi\.com\/.*authcookie= script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/iQIYI-DailyBonus/iQIYI_GetCookie.js
|
||||||
|
type=cron,cronexp="9 0 * * *",script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/iQIYI-DailyBonus/iQIYI_DailyBonus.js
|
||||||
|
|
||||||
|
[MITM]
|
||||||
|
hostname = %APPEND% *.iqiyi.com
|
Loading…
Reference in New Issue