mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: 知乎-评论区广告 #979
This commit is contained in:
@@ -175,10 +175,12 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 13,
|
key: 13,
|
||||||
name: '局部广告-搜索栏上方广告',
|
name: '局部广告-卡片广告',
|
||||||
desc: '点击关闭',
|
desc: '点击关闭',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '搜索栏上方广告',
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
|
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
|
||||||
matches: ['[vid="ad_container"]', '[vid="img_close_focus"]'],
|
matches: ['[vid="ad_container"]', '[vid="img_close_focus"]'],
|
||||||
@@ -186,6 +188,16 @@ export default defineGkdApp({
|
|||||||
'https://m.gkd.li/101449500/11c26ab8-0b01-4345-8ea8-d4e97233b723',
|
'https://m.gkd.li/101449500/11c26ab8-0b01-4345-8ea8-d4e97233b723',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14156887',
|
snapshotUrls: 'https://i.gkd.li/i/14156887',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '评论区广告',
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.comment.ui.activity.CommentListActivity',
|
||||||
|
matches:
|
||||||
|
'@ViewGroup[childCount=1][clickable=true][visibleToUser=true][getChild(0).name$="SvgView"] - [text="广告"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/d81b6bc4-f4f9-466d-8edb-7af27c707ca5',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20711018',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user