-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Simple question #16
Comments
To question 1:
The main differences between ClearURLs and Pure URL is that Pure URL only has 13 rules to remove garbage fields.
ClearURLs has 65 rules to remove garbage fields and much of them are regex-rules, so the rule does not only block one field, it blocks all fields with the same structure (see here https://en.wikipedia.org/wiki/Regular_expression). ClearURLs use since day one also the new WebExtensions, so the addon works on all new browsers. We also responsive for our user wishes, e.g. we add so much features after user reviews:
To question 2:
Yes and No. It is possible but so much work. Only the functions which has this addon is a hard piece of work to maintain. We're add the feature "redirecting" a time ago and the help requests since then increase significantly. |
@KevinRoebert , thank you for your answer. Two things:
Congratulations and again thanks for your effort! PS: Feel free to close this issue. |
Thanks for your feedback, I am glad to hear that you like the addon 👍 |
@KevinRoebert feel free to answer @Thorin-Oakenpants comments: |
Hi, please just two simple questions:
What are the main differences between ClearURLs and PureURL in terms of system performance, quantitative and qualitative URL garbage removing, etc?
Is there any reason we don't see URLs adds-on unifying functions such as "clearing", "redirecting", "skipping" etc all-in-one?
Thank you!
The text was updated successfully, but these errors were encountered: