Removes fbclid and utm_ query parameters in URLs.
Total ratings
4.04
(Rating count:
23)
Review summary
Pros
- Effectively removes FBclid and UTM parameters from URLs.
- Generally works as expected and is appreciated by users for its functionality.
- Simple code structure, indicating it operates smoothly without unnecessary complexity.
- Safe to use, as confirmed by users with technical backgrounds.
- Allows for privacy by preventing tracking information from being sent.
Cons
- Breaks functionality on certain websites like LinkedIn and Spotify.
- Re-encodes URL parameters incorrectly, especially with UTF-8 characters.
- Adds extraneous equal signs in URLs, causing errors with parameters without values.
- Changes encoded spaces from %20 to +, leading to infinite redirect loops.
- Recent updates have introduced new issues that negatively impact user experience.
Most mentioned
- Issues with LinkedIn functionality.
- Problems with Spotify web player.
- Incorrect URL re-encoding for UTF-8 characters.
- Infinite redirection loops due to encoding changes.
- Desire for exclusion features for specific sites.
Upgrade to see all 41 reviews
Recent reviews
Recent rating average:
3.00
All time rating average:
4.04
Upgrade to see all 41 reviews
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2024-06-14 | Wei-li Tang | en | it works but occasionally breaks request with query string which is not formatted in key-value pairs. e.g. http://foo/?non_keyvalue_pair_string => Internal Redirect => http://foo/?non_keyvalue_pair_string= | |
2024-04-22 | Hu Angelo | en | This is what i need... | |
2024-01-24 | Asafe Fialho | |||
2023-01-26 | Nikola Diklic | It does what it says. BUT, it breaks some websites. Biggest example is LinkedIn. Search, messaging and many other features stop working when this extension is active. | ||
2023-01-26 | Nikola Diklic | en | It does what it says. BUT, it breaks some websites. Biggest example is LinkedIn. Search, messaging and many other features stop working when this extension is active. | |
2022-11-10 | Pets Olen | It is good in general, but it re-encodes parameters containing UTF-8 chars wrongly. For example: ?query=p%E4ris comes to ?query=p%EF%BF%BDris | ||
2022-11-10 | Pets Olen | en | It is good in general, but it re-encodes parameters containing UTF-8 chars wrongly. For example: ?query=p%E4ris comes to ?query=p%EF%BF%BDris | |
2022-11-01 | Adrian M | Buggy, it adds an extra equal sign to the URLs with parameters without values, causing errors. | ||
2022-04-11 | Adrian M | en | Buggy, it adds an extra equal sign to the URLs with parameters without values, causing errors. | |
2022-07-28 | Jenda Němec | Works quite good, except one nuisance. If any URL contains spaces encoded as %20, it changes it to +. I frequently use a search engine which demands spaces encoded as %20 and replaces "pluses" with it. This creates infinite loop and I just get too many redirects error in the end. |
Upgrade to see all 41 reviews