mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(UC浏览器): 开屏广告(补充规则)
This commit is contained in:
@@ -7,7 +7,6 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: -1,
|
key: -1,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
fastQuery: true,
|
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
@@ -15,6 +14,7 @@ export default defineGkdApp({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
fastQuery: true,
|
||||||
matches:
|
matches:
|
||||||
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true][visibleToUser=true] + TextView[text=null] <<n [id="android:id/content"]',
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true][visibleToUser=true] + TextView[text=null] <<n [id="android:id/content"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13188653',
|
snapshotUrls: 'https://i.gkd.li/i/13188653',
|
||||||
@@ -22,9 +22,21 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
matches:
|
matches:
|
||||||
'@View[clickable=true] < RelativeLayout <2 FrameLayout < FrameLayout < FrameLayout <4 FrameLayout < [id="android:id/content"]',
|
'[id="android:id/content"] > FrameLayout[childCount=4] >3 FrameLayout[childCount=4] > RelativeLayout[childCount=1] > View[childCount=0][text=null][clickable=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13197655',
|
snapshotUrls: 'https://i.gkd.li/i/13197655',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
fastQuery: true,
|
||||||
|
position: {
|
||||||
|
left: 'width * 0.9',
|
||||||
|
top: 'width * 0.1676',
|
||||||
|
},
|
||||||
|
activityIds: 'com.uc.browser.InnerUCMobile',
|
||||||
|
matches: '[id="com.UCMobile.adn_jingdong_sdk:id/animation_view"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/92da64ad-5b08-4343-bec2-bb6a7e0bb92d',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/16494884',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user