Skip to content

Commit

Permalink
fix(twitter): Exclude Google Ads Patch by default
Browse files Browse the repository at this point in the history
  • Loading branch information
crimera committed Feb 10, 2024
1 parent afca9fa commit a26e03a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ object GoogleAdsPatchFingerprint: MethodFingerprint(
@Patch(
name = "Google Ads Patch",
description = "Remove Google Ads",
compatiblePackages = [CompatiblePackage("com.twitter.android")]
compatiblePackages = [CompatiblePackage("com.twitter.android")],
use = false
)
@Suppress("unused")
object GoogleAdsPatch: BytecodePatch(
Expand Down

1 comment on commit a26e03a

@IamYUMO
Copy link

@IamYUMO IamYUMO commented on a26e03a Mar 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can` you pull the "Hide Ads" patch from ReVanced? because
ReVanced/revanced-patches#353

Please sign in to comment.