mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: 360浏览器-局部广告 #909
This commit is contained in:
22
src/apps/com.qihoo.browser.ts
Normal file
22
src/apps/com.qihoo.browser.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.qihoo.browser',
|
||||||
|
name: '360浏览器',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '局部广告-卡片广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: '.browser.download.ui.DownloadDetailActivity',
|
||||||
|
matches:
|
||||||
|
'LinearLayout[childCount=3] > TextView[text!=null] + @FrameLayout[id!=null][clickable=true][childCount=1] > ImageView[childCount=0][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/4e3c5950-6471-42bf-9785-dab271aa0a55',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20218587',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user