Update config.json

This commit is contained in:
FongMi 2023-12-26 15:09:49 +08:00
parent 4dce080c23
commit 07aad37f90
1 changed files with 11 additions and 2 deletions

View File

@ -500,12 +500,21 @@
] ]
}, },
{ {
"name": "點擊", "name": "夜市",
"hosts": [ "hosts": [
"yeslivetv.com" "yeslivetv.com"
], ],
"script": [ "script": [
"document.getElementsByClassName(\"vjs-big-play-button\")[0].click()" "document.getElementsByClassName('vjs-big-play-button')[0].click()"
]
},
{
"name": "毛驢",
"hosts": [
"www.maolvys.com"
],
"script": [
"document.getElementsByClassName('swal-button swal-button--confirm')[0].click()"
] ]
} }
], ],