perf(哔哩哔哩): 开屏广告

This commit is contained in:
AIsouler
2024-08-04 09:41:21 +08:00
parent 091f4b108b
commit 88bbd3ab28

View File

@@ -13,8 +13,11 @@ export default defineGkdApp({
resetMatch: 'app', resetMatch: 'app',
rules: [ rules: [
{ {
matches: '[text*="跳过"][text.length<10][visibleToUser=true]', matches: '[vid="count_down" || vid="skip"][visibleToUser=true]', // [text*="跳过"] 可能会误触搜索框
snapshotUrls: 'https://i.gkd.li/i/16187624', snapshotUrls: [
'https://i.gkd.li/i/16187624',
'https://i.gkd.li/i/16484445',
],
}, },
], ],
}, },