mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
feat: 搜狗浏览器极速版-分段广告 #1080
This commit is contained in:
30
src/apps/sogou.mobile.explorer.ts
Normal file
30
src/apps/sogou.mobile.explorer.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'sogou.mobile.explorer',
|
||||
name: '搜狗浏览器极速版',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '分段广告-小说页面广告',
|
||||
activityIds: 'com.tencent.mtt.MainActivity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
excludeMatches: '[desc="关闭此广告"][visibleToUser=true]',
|
||||
matches:
|
||||
'@ViewGroup[clickable=true] >2 [desc="广告"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/5c2eb8d5-f53a-4b8e-81e2-65728cf4e924',
|
||||
snapshotUrls: 'https://i.gkd.li/i/21556785',
|
||||
},
|
||||
{
|
||||
preKeys: [0],
|
||||
matches:
|
||||
'@ViewGroup[clickable=true] > [desc="关闭此广告"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/63c0e510-c2eb-4cca-b3f4-81bfe709972c',
|
||||
snapshotUrls: 'https://i.gkd.li/i/21556776',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user