mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-02 23:54:35 +02:00

# [0.70.0](https://github.com/revanced/revanced-integrations/compare/v0.69.2...v0.70.0) (2022-11-14) ### Bug Fixes * **youtube/general-ads:** do not force to restart on general ads switches ([7f18520](7f18520646
)) ### Features * **youtube/general-ads:** hide self sponsored cards ([e93ce3e](e93ce3eaa9
))
ReVanced Integrations
How to use debugging:
- Usage on Windows:
adb logcat | findstr "revanced" > log.txt
- Usage on Linux:
adb logcat | grep --line-buffered "revanced" > log.txt
This will write the log to a file called log.txt which you can view then.
Languages
Java
92.4%
Kotlin
7.6%