Redirector 的评价
Redirector 作者: Einar Egilsson
347 条评价
- 评分 5 / 5来自 Firefox 用户 13597283, 8 年前This was exactly what I needed. It works as expected with a nice UI and UX. Just one thing would make it even better: the ability to clone a redirect. As it is, I need to export, copy-paste-edit and re-import. Not hard, but it would be cool to do it all within the app. Thanks for this useful tool!
- 评分 5 / 5来自 psychonaut25, 8 年前This add-on isn't compatible with Pale Moon Browser, which does not support WebExtensions. I would really love to use this add-on, but unless Pale Moon compatibility is added, I can't use it. If Pale Moon compatibility is ever added, I will change my review to five stars.
Edit: The developer very kindly helped me find an older version that works, and it's an excellent extension! Does exactly what it says it does and it's fairly versatile with its capabilities. Definitely earns the 5 stars. - 评分 3 / 5来自 Firefox 用户 13528321, 8 年前Did this break in 57? I'm trying to create a rule for redirecting amazon.com to smile.amazon.com but I can't get it to work. I've had rules work in the past for http -> https which aren't working anymore either.
- 评分 5 / 5来自 Firefox 用户 13551374, 8 年前
- 评分 5 / 5来自 Firefox 用户 13095361, 8 年前
- 评分 5 / 5来自 Firefox 用户 13512362, 8 年前
- 评分 4 / 5来自 Firefox 用户 13486413, 8 年前
- 评分 5 / 5来自 Firefox 用户 12337131, 8 年前
- 评分 5 / 5来自 Firefox 用户 12343667, 8 年前
开发者回应
发布于 8 年前I'm kind of at the mercy of the webRequest API that Firefox provides there. I redirect every request they pass to me, but don't really know why they wouldn't pass the requests you're mentioning to the extension.- 评分 5 / 5来自 Jacob Mischka, 8 年前Not sure why it seems like so many people are complaining.
Would be great if there were a way to automatically sync the configurations between firefox installs, but import/export works fine.
Thanks!开发者回应
发布于 8 年前Thanks, I'm glad you like the extension. Sync would be cool, but I'm not really working much on this anymore. Would welcome contributions from others though. - I've planned to use this add-on as privacy tool, for discarding tracking tokens (like google "utm_source") from URL and bypassing "away scripts" (that counts what external URL user clicked).
Unfortunately, this add-on first visits unmodified address, and only if original page loaded, redirects to another page).
Thus, it's useless for privacy purpose.
P.S. Updated FF to 55.0.3, issue is gone.开发者回应
发布于 8 年前Normally it doesn't send a request to the original address. However, since FF 52 there' this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1345893 which always sends a request to the original url first. It's fixed and should be released in Firefox 55 apparently.