mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-04 08:34:25 +02:00

# [0.72.0](https://github.com/revanced/revanced-integrations/compare/v0.71.0...v0.72.0) (2022-11-19) ### Bug Fixes * check if filter string is empty ([6604030](66040302a9
)) * **youtube/general-ads:** hide ads with buttons ([2c8b234](2c8b23426f
)) ### Features * block rule of type `CustomBlockRule` ([571cf12](571cf12dca
)) * **youtube/general-ads:** custom component filter ([72a3cd0](72a3cd0fac
)) * **youtube/general-ads:** do not require to reload on general ads switch ([6272e4b](6272e4b467
)) * **youtube/general-ads:** hide gray separators ([cf892de](cf892de4bb
))
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%