mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(OPPO浏览器): 开屏广告 (#708)
This commit is contained in:
21
src/apps/com.heytap.browser.ts
Normal file
21
src/apps/com.heytap.browser.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.heytap.browser',
|
||||||
|
name: 'OPPO浏览器',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'[id="android:id/content"] >3 TextView[text^="跳过"][text.length<=4]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841168',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user