revanced-patches
revanced-patches copied to clipboard
feat(TikTok): Allow any keyword in content filter
Application
It's for both versions of TikTok on the Google Play store.
Issue
It'd remove the blacklist of hashtags and words used to filter out things in your feed, for example, sponsored TikToks.
Patch
Essentially, it'd just prevent this from happening.
If it's done on the frontend, you could simply remove the blacklist. If it's done on the backend, you could probably make your own filter or add it in addition to the ad/livestream filter.
Motivation
I feel like it'd enhance people's experience browsing the app, acting as a way to get rid of sponsored TikTok's in the feed.
Acknowledgements
- [X] I have searched the existing issues and this is a new and no duplicate or related to another open issue.
- [X] I have written a short but informative title.
- [X] I filled out all of the requested information in this issue properly.
Are sponsored TikTok videos tagged always with #ad? To realize this patch, one would need to find where the event for saving the filter is. This might not be too difficult to implement.
Are sponsored TikTok videos tagged always with #ad? To realize this patch, one would need to find where the event for saving the filter is. This might not be too difficult to implement.
not always. it was an example since it's extremely common and might(?) be required on tiktok as a platform.
i just gave sponsored tiktoks as an example since im sure there are more examples than just #ad being unblockable on tiktok