50
submitted 9 months ago by unloaded1641@lemm.ee to c/fdroid@lemmy.ml

App to help you remove tracking information before sharing links.

Features:

  • Untrack when sharing: You may share links to “Untracker” in the sharesheet to remove tracking information and copy or share again.
  • Select to untrack: You may select text and click “Untrack” in the selection toolbar to remove tracking information and replace.
  • Manage rules: You may control or add rules to remove tracking information with JavaScript code.

https://github.com/zhanghai/Untracker

you are viewing a single comment's thread
view the rest of the comments
[-] coffee_poops@sh.itjust.works 4 points 9 months ago

Turns out that you can!

Expand Tiktok URLs

if ($.matches(url, '(www\\.)?tiktok\\.com')) {
    return $.followRedirect(url);
}

Remove tracking params

if ($.matches(url, '(www\\.)?tiktok\\.com')) {
    return $.setEncodedQuery(url, null);
}

this post was submitted on 17 Dec 2023
50 points (98.1% liked)

F-Droid

7418 readers
8 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 3 years ago
MODERATORS