generated from ReVanced/revanced-patches-template
-
-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(YouTube - Hide layout components): Hide playables
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,8 @@ import app.revanced.patcher.patch.annotation.CompatiblePackage | |
import app.revanced.patcher.patch.annotation.Patch | ||
import app.revanced.patcher.util.smali.ExternalLabel | ||
import app.revanced.patches.all.misc.resources.AddResourcesPatch | ||
import app.revanced.patches.shared.misc.settings.preference.InputType | ||
import app.revanced.patches.shared.misc.settings.preference.NonInteractivePreference | ||
import app.revanced.patches.shared.misc.settings.preference.PreferenceScreen | ||
import app.revanced.patches.shared.misc.settings.preference.* | ||
import app.revanced.patches.shared.misc.settings.preference.PreferenceScreen.Sorting | ||
import app.revanced.patches.shared.misc.settings.preference.SwitchPreference | ||
import app.revanced.patches.shared.misc.settings.preference.TextPreference | ||
import app.revanced.patches.youtube.layout.hide.general.fingerprints.HideShowMoreButtonFingerprint | ||
import app.revanced.patches.youtube.layout.hide.general.fingerprints.ParseElementFromBufferFingerprint | ||
import app.revanced.patches.youtube.layout.hide.general.fingerprints.PlayerOverlayFingerprint | ||
|
@@ -105,6 +101,7 @@ object HideLayoutComponentsPatch : BytecodePatch( | |
SwitchPreference("revanced_hide_info_panels"), | ||
SwitchPreference("revanced_hide_join_membership_button"), | ||
SwitchPreference("revanced_hide_medical_panels"), | ||
SwitchPreference("revanced_hide_playables"), | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
oSumAtrIX
Author
Member
|
||
SwitchPreference("revanced_hide_quick_actions"), | ||
SwitchPreference("revanced_hide_related_videos"), | ||
SwitchPreference("revanced_hide_subscribers_community_guidelines"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Does Playables show up in the Player, or in the feed? Or does it show up somewhere else entirely?
I never see this so I don't know.