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

is this only limited to work on certain domains or to strip certain strings? #7

Closed
jawz101 opened this issue May 9, 2017 · 7 comments

Comments

@jawz101
Copy link

jawz101 commented May 9, 2017

I realize you're promoting this to be better than an outdated extension which does something similar but if it's just for cleaning links on a handful of domains or a few extra link cruft it's not that powerful.

@idlewan
Copy link
Owner

idlewan commented May 9, 2017

It cleans the utm_* parameters on all domains. If you know of some other generic rule that can be applied to all domains, I'm interested.

There is additionnally specific rules for some websites's pages, as you've seen, because they have redirect trackers or url parameters cruft. It's probably impossible to judge what is cruft on ALL domains with a generic rule, but it's still useful to clean specific websites.

@idlewan idlewan closed this as completed May 9, 2017
@jawz101
Copy link
Author

jawz101 commented May 9, 2017

doesn't cleanlinks do a little more proactive monitoring?
"HTTP Observer to catch redirections. For example, this should make possible to clear links hidden behind shortened URLs."

@idlewan
Copy link
Owner

idlewan commented May 9, 2017

The Link Cleaner addon does not change links that appear on pages. It only cleans the url that the browser visits (the one that end up appearing in the url bar).

Other addons might rewrite links in the page that use a shortener, by hitting the shortened url, and then changing the href of the <a> link elements, but it's not the goal of this addon. I see now that the name I choose might be confusing (I used some time ago CleanLinks, and didn't know how to name this addon, so chose a name that felt right). It might be too late to change the name now though.

@idlewan
Copy link
Owner

idlewan commented May 9, 2017

I can't see CleanLinks description (since it was removed from AMO), but from the sentence you quoted here, I don't see how it would prevent tracking for links hidden behind shortened URLs (which is difficult/impossible to solve anyway for this kind of links). You need to hit the shortened url to get the full url behind it.

@jawz101
Copy link
Author

jawz101 commented May 10, 2017

Ah. His add-on is on Github. The HTTP Observer stuff
https://github.com/diegocr/CleanLinks/commits/master?after=df438d1f68d5796aea93faa6aa4e5b29a3716b27+139

@Thorin-Oakenpants
Copy link

Thorin-Oakenpants commented Jun 27, 2017

It cleans the utm_* parameters on all domains. If you know of some other generic rule that can be applied to all domains, I'm interested.

I'll leave this in your capable hands. Pure URL is a legacy addon that is now broken (53.02/54+). From the description:

By default, Pure URL removes these garbage fields:
— utm_source, utm_medium, utm_term, utm_content, utm_campaign (spyware fields for the analytics.google.com)
— yclid (spyware fields for the metrika.yandex.ru)
— fb_action_ids, fb_action_types, fb_ref, fb_source, action_object_map, action_type_map, action_ref_map (spyware fields from the facebook.com)

and from the installed add-on's options page, the editable "garbage" field held this:

utm_source, utm_medium, utm_term, utm_content, utm_campaign, utm_reader, utm_place, ga_source, ga_medium, ga_term, ga_content, ga_campaign, ga_place, yclid, _openstat, fb_action_ids, fb_action_types, fb_ref, fb_source, action_object_map, action_type_map, action_ref_map

You already seem to have utm_* covered (and on all urls), and some facebook was covered in #1. So the above info is just that, for your info / consideration. I do not know if the above was applied to all domains or limited to the domains as per the description (personally I don't even use facebook or yandex).

PS: Thanks for the extension - you're on our list

@vctls
Copy link

vctls commented Jan 13, 2018

A challenger appears!
https://addons.mozilla.org/fr/firefox/addon/neat-url/

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

4 participants