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

Remove tracking parameters from tweet URLs copied to clipboard #99

Closed
fivefivefiver opened this issue Feb 24, 2022 · 1 comment
Closed

Comments

@fivefivefiver
Copy link

Recently, Twitter changed their "copy link to tweet" behaviour so that it adds tracking two parameters, s and t to the resulting URL.

Would it be possible to capture this behaviour and remove all URL parameters before the URL is sent to the clipboard?

@insin
Copy link
Owner

insin commented Nov 13, 2022

This would have to be done by waiting for the link to be written to the clipboard, reading it, then writing it back without the parameters.

I really don't want to add clipboard permissions to this extension for a minor feature, it looks dodgy even if done for legitimate reasons

@insin insin closed this as completed Nov 13, 2022
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

No branches or pull requests

2 participants