├── README.md ├── SCOPE ├── SOURCE_URL └── SUMMARY /README.md: -------------------------------------------------------------------------------- 1 | # YouTubeAdAway 2 | Xposed module to block YouTube in-video ads and enable background playback on the official YouTube app 3 | 4 | Feel free to raise an issue if a newer YouTube update is not supported, and please make sure you provide your xposed logs. 5 | 6 | You are more than welcome to contribute with pull requests! 7 | -------------------------------------------------------------------------------- /SCOPE: -------------------------------------------------------------------------------- 1 | ["com.google.android.youtube"] 2 | -------------------------------------------------------------------------------- /SOURCE_URL: -------------------------------------------------------------------------------- 1 | https://github.com/wanam/YouTubeAdAway 2 | -------------------------------------------------------------------------------- /SUMMARY: -------------------------------------------------------------------------------- 1 | Xposed module to block YouTube in-video ads and enable background playback on the official YouTube app. 2 | 3 | Pull requests are more than welcome! 4 | --------------------------------------------------------------------------------