All Projects → zfdang → Android-Touch-Helper

zfdang / Android-Touch-Helper

Licence: MIT license
开屏跳过-安卓系统的开屏广告自动跳过助手

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android-Touch-Helper

Telegram Rat
Windows Remote Administration Tool via Telegram. Written in Python
Stars: ✭ 201 (-58.81%)
Mutual labels:  screen, startup
Autoinch
优雅的iPhone全尺寸/等比例精准适配工具
Stars: ✭ 395 (-19.06%)
Mutual labels:  screen, auto
Vim Startify
🔗 The fancy start screen for Vim.
Stars: ✭ 4,479 (+817.83%)
Mutual labels:  startup, start
WWDC
🌈 𝐖𝐖𝐃𝐂 𝐒𝐞𝐬𝐬𝐢𝐨𝐧 𝐍𝐨𝐭𝐞𝐬 👩🏻‍💻 ✨
Stars: ✭ 31 (-93.65%)
Mutual labels:  accessibility, auto
accessible-name-automation-proof-of-concept
This is an experiment based on Accessibility Object Model (AOM). It tries to demonstrate that it is theoretically possible (in a certain way) to predict what the screen reader will say by focusing on semantic and non semantic elements with a bit of automated testing, thus reducing the need for manual testing.
Stars: ✭ 15 (-96.93%)
Mutual labels:  accessibility
WWDCNotes
WWDCNotes.com content
Stars: ✭ 343 (-29.71%)
Mutual labels:  accessibility
ClickableWebView
Simple WebView to Detect click on an image
Stars: ✭ 42 (-91.39%)
Mutual labels:  click
nlp-startups
국내 자연어 처리 기술을 연구 및 개발하는 스타트업 목록
Stars: ✭ 157 (-67.83%)
Mutual labels:  startup
a11y-checker
Identifies accessibility issues in HTML markup.
Stars: ✭ 103 (-78.89%)
Mutual labels:  accessibility
Colorblinding
An extension for Google Chrome (and Chromium) that simulates the website as a color vision impaired person would see.
Stars: ✭ 25 (-94.88%)
Mutual labels:  accessibility
ezdmb
A dead-simple digital menu board display and configuration, written in Python.
Stars: ✭ 17 (-96.52%)
Mutual labels:  startup
Turn-Off-the-Lights-Firefox-extension-WebExtensions
Firefox extension (WebExtensions)
Stars: ✭ 19 (-96.11%)
Mutual labels:  accessibility
WPWatcher
Wordpress Watcher is a wrapper for WPScan that manages scans on multiple sites and reports by email and/or syslog. Schedule scans and get notified when vulnerabilities, outdated plugins and other risks are found.
Stars: ✭ 34 (-93.03%)
Mutual labels:  auto
kijiji-manager
App for viewing, posting, reposting, and deleting your Kijiji ads
Stars: ✭ 42 (-91.39%)
Mutual labels:  ad
accessibility-resources
Screen reader and WCAG testing resources to maintain a consistent approach to testing and documenting behaviour.
Stars: ✭ 25 (-94.88%)
Mutual labels:  accessibility
RxComponentLifecycle
Rx binding of new Android Architecture Component Lifecycle
Stars: ✭ 57 (-88.32%)
Mutual labels:  activity
awesome-libras
Curadoria de cursos sobre a Língua Brasileira de Sinais (LIBRAS) 🤟
Stars: ✭ 41 (-91.6%)
Mutual labels:  accessibility
carillon
Hackintosh startup boot "Chime" sound via LaunchDaemon
Stars: ✭ 37 (-92.42%)
Mutual labels:  startup
ws-qvh
Server for streaming the screen of iOS devices over WebSocket.
Stars: ✭ 17 (-96.52%)
Mutual labels:  screen
linkedin-auto-connect
💥 An automation tool to automate the connection requests on LinkedIn
Stars: ✭ 87 (-82.17%)
Mutual labels:  auto

Android-Touch-Helper

Build_TouchHelper_APK

开屏跳过 - 安卓系统的开屏广告自动跳过助手

自动跳过软件的实现,一般都是基于安卓的Accessibility“无障碍服务”实现。开启了无障碍服务的软件,可以获取屏幕上的任何内容,从而可以检测广告,帮助用户自动跳过。因此,使用广告跳过程序,最大的风险是个人信息被泄露!

本程序是开源程序,不需要网络权限,不需要存储权限,不会收集或者上传任何信息!绝无隐私问题!

程序可以使用三种方法跳过开屏广告:

  1. 关键字。在应用中查找含有关键字的按钮,如果发现了对应的按钮,自动帮用户点击从而跳过广告。
  2. 应用的指定控件。当应用工作时,自动查找对应的控件,如果找到则自动点击;
  3. 应用的指定位置。当应用工作时,自动点击对应的区域。

欢迎大家贡献想法和代码!

Get it on F-Droid Get it on Google Play

项目网站

http://TouchHelper.zfdang.com

感谢

项目借鉴了不少AccessibilityTool的代码,在此表示感谢!

https://github.com/LGH1996/AccessibilityTool

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].