Redirector 的评价
Redirector 作者: Einar Egilsson
338 条评价
- 评分 4 / 5来自 Firefox 用户 13486413, 7 年前
- 评分 5 / 5来自 Firefox 用户 12337131, 7 年前
- 评分 5 / 5来自 Firefox 用户 12343667, 7 年前
开发者回应
发布于 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. 开发者回应
发布于 8 年前Glad you like it. I'll try to support Android better some day when I have an Android device. Also, pull requests are welcome if someone else wants to implement it.- It works great! If you could just add support for firefox android, that would make it perfect. Currently I can't find any way to enter rules on Android. Thanks :)
Or make the code open source, so others can do it. I can't access the code provided in the link. It says access denied.开发者回应
发布于 8 年前The code is at https://github.com/einaregilsson/Redirector , pull requests are welcome :) - 评分 5 / 5来自 Firefox 用户 13008144, 8 年前I could redirect youtube's URL from default to /embed/videoid for automatic full page display
- when :
rightclick -> save link as
the URL/address still like that ...
andOR something like : redirector -> then send to download manager
i do really need this ... so i use : rightclick -> save link as
but it doesnt worked ...
its only worked when :
rightclick -> open new tab/window 开发者回应
发布于 8 年前I just haven't tested it. I should probably mark it as not supported there until I can do that.开发者回应
发布于 8 年前You're right, I should probably remove the "Compatible with Firefox Android" thing. I just thought that WebExtensions addons should work anywhere.