mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(微博轻享版): 开屏广告(补充规则)
This commit is contained in:
@@ -7,21 +7,29 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: -1,
|
key: -1,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
actionMaximumKey: 0,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
quickFind: true,
|
order: -1,
|
||||||
matches: '@[clickable=true] + * > [text="跳过"][visibleToUser=true]',
|
matches: '@[clickable=true] + * > [text="跳过"][visibleToUser=true]',
|
||||||
exampleUrls:
|
|
||||||
'https://m.gkd.li/57941037/e1253f77-cfdd-42ea-b6c2-05732a9e347a',
|
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/14549281',
|
'https://i.gkd.li/i/14549281',
|
||||||
'https://i.gkd.li/i/14549328', // 小窗模式下全局规则触发无效
|
'https://i.gkd.li/i/14549328', // 小窗模式下全局规则触发无效
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14661654',
|
||||||
|
'https://i.gkd.li/i/14661622',
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user