mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
perf(酷安): 开屏广告
This commit is contained in:
@@ -32,14 +32,17 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
excludeMatches: '[id="com.coolapk.market:id/item_view"]',
|
matches: [
|
||||||
matches: '[text^="跳过"][text.length<=4]',
|
'[id="com.coolapk.market:id/ad_container"][visibleToUser=true]',
|
||||||
|
'[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
|
],
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/12917990',
|
'https://i.gkd.li/i/12917990',
|
||||||
'https://i.gkd.li/i/13211392',
|
'https://i.gkd.li/i/13211392',
|
||||||
'https://i.gkd.li/i/13247733', // 误触
|
],
|
||||||
'https://i.gkd.li/i/13247782', // 可能误触
|
excludeSnapshotUrls: [
|
||||||
'https://i.gkd.li/i/13296816', // snapshot of excludeMatches
|
'https://i.gkd.li/i/13247733',
|
||||||
|
'https://i.gkd.li/i/13296816',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user