|
2 | 2 |
|
3 | 3 |  |
4 | 4 |
|
| 5 | +[中文说明](README.zh-CN.md) |
5 | 6 |
|
6 | | -# 开屏跳过 - 安卓系统的开屏广告自动跳过助手 |
| 7 | +# Skip Splash Ads on Android |
7 | 8 |
|
8 | | -自动跳过软件的实现,一般都是基于安卓的Accessibility“无障碍服务”实现。开启了无障碍服务的软件,可以获取屏幕上的任何内容,从而可以检测广告,帮助用户自动跳过。因此,使用广告跳过程序,最大的风险是个人信息被泄露! |
| 9 | +Android-Touch-Helper is an Android helper app that automatically skips splash ads. It is implemented with Android Accessibility Service, which means the app can inspect on-screen content to detect and click skip targets. |
9 | 10 |
|
10 | | -**本程序是开源程序,不需要网络权限,不需要存储权限,不会收集或者上传任何信息!绝无隐私问题!** |
| 11 | +Because Accessibility-based tools can potentially access sensitive on-screen information, privacy is the biggest concern for this kind of app. |
11 | 12 |
|
12 | | -程序可以使用三种方法跳过开屏广告: |
| 13 | +**This project is open source, does not require network permission or storage permission, and does not collect or upload personal data.** |
13 | 14 |
|
14 | | -1. 关键字。在应用中查找含有关键字的按钮,如果发现了对应的按钮,自动帮用户点击从而跳过广告。 |
15 | | -2. 应用的指定控件。当应用工作时,自动查找对应的控件,如果找到则自动点击; |
16 | | -3. 应用的指定位置。当应用工作时,自动点击对应的区域。 |
| 15 | +The app can skip splash ads in three ways: |
17 | 16 |
|
18 | | -欢迎大家贡献想法和代码! |
| 17 | +1. Keyword detection. It looks for buttons containing specific keywords and clicks them automatically. |
| 18 | +2. Specific UI controls. It can find and click predefined controls for a given app. |
| 19 | +3. Specific screen positions. It can click a configured screen area for a given app. |
| 20 | + |
| 21 | +Ideas and pull requests are welcome. |
19 | 22 |
|
20 | 23 | [<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" |
21 | 24 | alt="Get it on F-Droid" |
|
24 | 27 | alt="Get it on Google Play" |
25 | 28 | height="80">](https://play.google.com/store/apps/details?id=com.zfdang.touchhelper) |
26 | 29 |
|
27 | | -# 项目网站 |
| 30 | +# Project Website |
28 | 31 |
|
29 | 32 | [http://TouchHelper.zfdang.com](http://TouchHelper.zfdang.com) |
30 | 33 |
|
31 | 34 | ## Star History |
32 | 35 |
|
33 | 36 | [](https://www.star-history.com/#zfdang/android-touch-helper) |
34 | 37 |
|
| 38 | +# Maintenance Note |
35 | 39 |
|
36 | | -# 一点说明 |
37 | | -这是几年前搞的一个个人项目,现在没什么精力来改进和维护了,大家提的新需求了,估计很难满足了... |
| 40 | +This started as a personal project several years ago, and I no longer have much time to actively improve or maintain it. New feature requests may be difficult to support. |
38 | 41 |
|
39 | | -如果有人愿意提交PR, 我会尽量Review之后Merge的 |
| 42 | +If you would like to contribute a PR, I will still do my best to review and merge it. |
40 | 43 |
|
41 | 44 | ``` |
42 | | -推荐另外一款开源软件: |
| 45 | +Recommended open-source alternative: |
43 | 46 | https://github.com/gkd-kit/gkd |
44 | 47 |
|
45 | | -有不少预制好的规则可以用: |
| 48 | +There are also many ready-made rule sets: |
46 | 49 | https://github.com/topics/gkd-subscription |
47 | 50 | ``` |
48 | 51 |
|
49 | | -# 感谢 |
| 52 | +# Acknowledgements |
50 | 53 |
|
51 | | -项目借鉴了不少AccessibilityTool的代码,在此表示感谢! |
| 54 | +This project borrowed ideas and code from AccessibilityTool. Many thanks: |
52 | 55 |
|
53 | 56 | https://github.com/LGH1996/AccessibilityTool |
54 | 57 |
|
55 | | -# 赞助声明 |
56 | | - |
57 | | -[NodeSupport](https://github.com/NodeSeekDev/NodeSupport)赞助了本项目 |
58 | | - |
59 | | -[](https://yxvm.com/) |
60 | | - |
61 | | -本项目由 [ZMTO](https://zmto.com/) 的「开源项目免费 VPS计划」提供算力支持。 感谢 ZMTO 对开源社区的支持! |
| 58 | +# Sponsorship |
62 | 59 |
|
| 60 | +This project is supported by [ZMTO](https://zmto.com/) through its free VPS program for open-source projects. Thanks to ZMTO for supporting the open-source community. |
63 | 61 |
|
0 commit comments