ReVanced / revanced-patches

🧩 Patches for ReVanced
https://revanced.app
GNU General Public License v3.0
2.47k stars 286 forks source link

feat(YouTube/`Hide Shorts components`): Hide 'Buy Super Thanks' button #3175

Closed ILoveOpenSourceApplications closed 5 months ago

ILoveOpenSourceApplications commented 6 months ago

Feature description

A patch to hide the 'Buy Super Thanks" button in Shorts. Screenshot_2024-05-16-00-21-33-800_app revanced android youtube~2

Using suggested_action.eml/suggested_action_inner.eml/^reel_metapanel.eml$suggested_action_inner_view_model_key in custom filter does hide it. Relevant line:

05-16 00:11:17.958 27280 27280 D revanced: LithoFilterPatch: Searching ID: null Path: reel_metapanel.eml|ff8707c8f59d6572|ContainerType|ContainerType|suggested_action.eml|b18d5a8e6a27ea1e|suggested_action_inner.eml|4c6eb920a4cf6250|ContainerType|ContainerType| BufferStrings: suggested_action_inner_view_model_keyΓ¥Ösuggested-action-transition-keyΓ¥ÖBuy Super ThanksΓ¥Ösans-serif-mediumΓ¥Öyt_outline_dollar_sign_heart_black_24Γ¥Öid.elements.components.suggested_action.buttonΓ¥ÖBuy Super ThanksΓ¥Ö@CikKCzZTOE56dWFsLS04EhhVQ0pvWXM2cTFSN0tFM01XbE5xZWJJcXcYBw%3D%3DΓ¥Ö!suggested_action_single_line_rootΓ¥Öid.elements.components.suggested_actionΓ¥Ö

Motivation

Keeps the Shorts UI clean for some users and some doesn't wanna use the button itself.

Acknowledgements

LisoUseInAIKyrios commented 6 months ago

Verify this also hides it (super thanks doesn't show in my country):

^reel_metapanel.eml$yt_outline_dollar_sign_heart

ILoveOpenSourceApplications commented 6 months ago

^reel_metapanel.eml$yt_outline_dollar_sign_heart

Yes, this works as well.