mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-11 11:36:47 +01:00
# [1.5.0-dev.9](https://github.com/ReVanced/revanced-integrations/compare/v1.5.0-dev.8...v1.5.0-dev.9) (2024-03-27) ### Bug Fixes * Check index of pattern in string instead of the other way around ([96a1e46](96a1e4680d
)) * **YouTube - Hide layout components:** Correctly hide Join button ([b945e2f](b945e2f44b
)) * **YouTube - Hide Shorts components:** Correctly hide join button ([b7a8995](b7a8995f79
)) * **YouTube:** Fix video playback by switching to ReVanced GmsCore vendor ([#589](https://github.com/ReVanced/revanced-integrations/issues/589)) ([6e947e2](6e947e24c2
)) ### Features * **YouTube - Hide layout components:** Filter home/search results by keywords ([#584](https://github.com/ReVanced/revanced-integrations/issues/584)) ([0cbad98](0cbad98205
)) * **YouTube - Hide Shorts components:** Hide like and dislike buttons ([2a08e5a](2a08e5a98e
)) * **YouTube - Hide Shorts components:** Hide sound metadata label ([46d8ef6](46d8ef6f88
)) * **YouTube - Hide Shorts components:** Hide title and full video link label ([59165de](59165de801
))
🔩 ReVanced Integrations
The official ReVanced Integrations containing classes to be merged by ReVanced Patcher.
❓ 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%