mirror of https://github.com/lhie1/Rules.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
606 B
Plaintext
10 lines
606 B
Plaintext
5 years ago
|
#!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]
|
||
|
http-request https?:\/\/.*\.iqiyi\.com\/.*authcookie= script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/iQIYI-DailyBonus/iQIYI_GetCookie.js
|
||
|
cron "0 9 * * *" script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/iQIYI-DailyBonus/iQIYI_DailyBonus.js
|
||
|
|
||
|
[MITM]
|
||
|
hostname = %APPEND% *.iqiyi.com
|