This is a simple Xposed module to help you get rid of ads on the official YouTube App, it also supports YouTube TV/Gaming/Kids
What's in:
- Remove YouTube Ads
- Remove Channel Logo
- Remove videos suggestions
- Remove Information card teasers
How to Install:
- Install Xposed Installer App
- Install Xposed framework and Xposed Installer
- Install YouTube AdAway App
- Open Xposed Installer App and enable my App on the modules list
- Reboot
- Clear YouTube App data
Q: Why this application "may" requires an update for each official YouTube App update.
A: Because the YouTube application sources are proguarded, which means the generated classes names (by Proguard) are changing for each release, this should happen only if a clean proguard (producing a new classes map) is done, that's why we need to update the classes names on YouTube AdAway each time.
Notes:
- Reboot is a MUST after updating YouTube App or my App
- This application is NOT a modified YouTube App
- You won't get any (signature) issues if you update your official YouTube App
- If you get any issues playing YouTube videos you can just uninstall my App or disable it on the Xposed modules list
Author(s):
Support/Discussion URL:
http://forum.xda-developers.com/showthread.php?t=2547316
Source code URL:
https://github.com/wanam/YouTubeAdAway
Package:
ma.wanam.youtubeadaway
Version name:
3.5.2
Release type:
Stable (low risk of bugs)
Download:
ma.wanam.youtubeadaway_v352_481fc1.apk (46.48 KB)
Number of downloads:
None yet
MD5 checksum:
481fc19793e130bc5c08c59dfb074a25
Uploaded on:
Friday, July 28, 2017 - 13:24
Changes:
- Hide few more ad cards
- Split the Java and resources parts of module to keep hiding the in-videos ads even if resources hooks are disabled
- Android N support: fixed a bug related to restricting access to zygote service from forked threads
- Remove deprecated hooks (non proguarded) and Improve some others