Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove tracking parameter from URLs #470

Merged
merged 4 commits into from
Jul 24, 2024

Conversation

FineFindus
Copy link

@FineFindus FineFindus commented Jul 19, 2024

Adds a new feature that removes tracking parameters from URLs, inspired by Tuba.

For example, a shared link from Reddit will be changed from https://www.reddit.com/r/gnome/comments/1e1szoe/156_happy_hacking_this_week_in_gnome/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button to https://www.reddit.com/r/gnome/comments/1e1szoe/156_happy_hacking_this_week_in_gnome/.

To disable this behavior, a new setting has been added in the preferences, under the Privacy section.
Privacy setting with option to clean URLs

@FineFindus FineFindus force-pushed the feat/tracking-urls branch from 6f45133 to 7805830 Compare July 19, 2024 18:52
@FineFindus FineFindus force-pushed the feat/tracking-urls branch from 7805830 to 499baeb Compare July 19, 2024 18:58
@LucasGGamerM
Copy link
Owner

Shouldn't we also put it in the TextStatusDisplayItem? So that links without the tracking parameters are actually visualized?

@FineFindus
Copy link
Author

I don't think this is necessary since links in text are already displayed in a shortened version.

@LucasGGamerM LucasGGamerM merged commit 22585a2 into LucasGGamerM:master Jul 24, 2024
1 check passed
@FineFindus FineFindus deleted the feat/tracking-urls branch July 24, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants