Skip splash screen ads automatically in Android apps instead of tapping the countdown manually
Subscribe to community rule sets covering apps beyond the default set
Contribute new skip-button rules for apps not yet covered
Study how Android's accessibility service can automate on-screen taps
| guoxicheng/skip | simplemobiletools/simple-calendar | edvin/tornadofx | |
|---|---|---|---|
| Stars | 3,613 | 3,635 | 3,640 |
| Language | Kotlin | Kotlin | Kotlin |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires enabling Android's accessibility service permission for the app to function.
SKIP is a free, open-source Android app that automatically taps the skip button on the splash screen advertisements that many Chinese Android apps show when they first open. Instead of waiting several seconds and then manually tapping a small countdown button, the app detects the skip control and presses it for you using Android's accessibility service feature. The app works by running a background service that watches for the skip button pattern when you launch other apps, then acts on it immediately. Users can subscribe to rule sets that tell the app which skip buttons to look for across different apps. A default rule set is provided by the author, and the community can contribute additional rules or subscribe to alternative rule sets by submitting pull requests to update the readme. The readme for this project is brief and mostly in Chinese. It links to separate documentation, a disclaimer, and the GPL-3.0 license under which the project is released. The GPL-3.0 license means the source code is freely available and any modified versions must also be released under the same terms.
SKIP automatically taps the skip button on splash screen ads in Android apps, using accessibility services and community-shared rule sets.
Mainly Kotlin. The stack also includes Kotlin, Android.
Source code is free to use, but any modified version you distribute must also be released under GPL-3.0.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.