Skip to content

Remove interface elements from the application using a module or overlapping elements to prevent screen burnout.

Notifications You must be signed in to change notification settings

0mnr0/TikTokAntiBurn

Repository files navigation

The purpose of the app is simple - to overlap the TikTok app elements to prevent the screen from burning out.

Preview of AntiBurn

Usual work Burnout blocks demo LSPosed module demo

How is it works?

After granting two permissions, the application will start receiving application events, for example from closing and opening. If the application detects that TikTok has opened, apply all the rules from the application. When closing, close all floating windows. It's simple!

How does the LSPosed module work?

The module iterates through the application interface and searches for specific elements and then modifies it. It works simply, but it's hard to write :)


Note

Unfortunately, the iOS version will not be developed (at least by me) due to the lack of Mac devices and a number of iOS software limitations, such as creating "floating windows" and tracking running applications. My apologies

Warning

The XPosed module may not work due to TikTok's obfuscated structure. After each update, obfuscation occurs anew, which is why you have to search for "scripted" elements, as a result of which, with different interfaces, the module may not find the necessary elements.