explaingit

icysymmetra/tiktok-patches-for-morphe

23JavaAudience · generalComplexity · 2/5LicenseSetup · easy

TLDR

A patch bundle for the Morphe Android app that modifies TikTok 43.8.3 to remove login walls, block ads and unwanted feed content, add a seekbar and playback speed controls, and download videos without watermarks.

Mindmap

mindmap
  root((TikTok Patches))
    Access Patches
      Disable login wall
      Restore Google sign in
    Playback Patches
      Seekbar
      Speed controls
      Clear display mode
    Content Patches
      Feed filter
      No watermark downloads
      Link sanitizer
    Region
      SIM spoof patch
    Requirements
      TikTok 43.8.3 only
      Morphe installed
      Android device
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Patch TikTok to remove the login requirement and browse content without signing in

USE CASE 2

Block ads, shop content, image posts, and livestreams from your TikTok feed using the filter patch

USE CASE 3

Download TikTok videos directly to your device without watermarks

USE CASE 4

Add a seekbar and playback speed controls to TikTok videos

Tech stack

JavaKotlinMorpheReVanced

Getting it running

Difficulty · easy Time to first run · 5min

Only compatible with TikTok version 43.8.3 (package names com.zhiliaoapp.musically and com.ss.android.ugc.trill), applying to other versions will likely fail.

GPLv3, free to use, modify, and distribute, but any modified version must also be released under GPLv3.

In plain English

Morphe is an Android tool that modifies installed apps on your phone by applying patches, small targeted code changes that alter an app's behavior without fully replacing it. This repository is a patch source for TikTok, meaning you point Morphe at this repository and it uses these patches to modify TikTok version 43.8.3 on your Android device. The patches here build on earlier community work, including modifications originally developed for ReVanced, a well-known app modification project. They have been adapted to work with Morphe's patching system and tested against a specific TikTok build. The available patches cover a range of modifications. Some remove friction: one disables the login requirement so TikTok loads without the sign-in wall, and another restores Google sign-in after patching. Some add controls the original app hides: a seekbar for scrubbing videos, playback speed options, and a persistent clear-display mode. A feed filter patch lets you block ads, livestreams, stories, shop content, and image-only videos, and can filter by view or like counts. A downloads patch saves videos without watermarks. A SIM spoof patch alters the region values TikTok reads from the device. A link sanitizer cleans share links before they leave the app. Because TikTok frequently changes its internal structure, these patches are tied to a specific version (43.8.3, package names com.zhiliaoapp.musically and com.ss.android.ugc.trill). Applying them to a different TikTok version is not supported and would likely fail. To use this source, open the provided link on the Android device where Morphe is installed, or paste the repository URL into Morphe's add-source field. The patch bundle is built from Kotlin source in the patches/ directory and Java extension code in the extensions/ directory, then published as a .mpp bundle that Morphe downloads and loads. The project is not affiliated with TikTok, ByteDance, or the Morphe team. It is licensed under GPLv3.

Copy-paste prompts

Prompt 1
How do I add this tiktok-patches-for-morphe repository as a source in the Morphe app on Android and patch TikTok 43.8.3?
Prompt 2
What does the feed filter patch in tiktok-patches-for-morphe let me block, and can I filter by minimum view or like count?
Prompt 3
I want to build the tiktok-patches-for-morphe bundle from source. Walk me through compiling the Kotlin patches and Java extensions into a .mpp file that Morphe can load.
Open on GitHub → Explain another repo

← icysymmetra on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.