Redirector のレビュー
Redirector 作成者: Einar Egilsson
合計レビュー数: 374
- 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.開発者の返信
投稿日時: 9年前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. 開発者の返信
投稿日時: 9年前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.開発者の返信
投稿日時: 9年前The code is at https://github.com/einaregilsson/Redirector , pull requests are welcome :) - 5 段階中 5 の評価Firefox ユーザー 13008144 によるレビュー (9年前)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 - 5 段階中 4 の評価Firefox ユーザー 12793683 によるレビュー (9年前)This works well on Firefox but what about androids and Iphones
開発者の返信
投稿日時: 9年前I just haven't tested it. I should probably mark it as not supported there until I can do that. 開発者の返信
投稿日時: 9年前You're right, I should probably remove the "Compatible with Firefox Android" thing. I just thought that WebExtensions addons should work anywhere.- 5 段階中 3 の評価Artem S. Tashkinov によるレビュー (9年前)Why does this add-on require an example for each URL? Makes no sense to me.
Also I would love to import and export to CSV files because generating JSON out of my own rules is a Herculian task.
Also, please, change the view to table or something like that:
COLUMN 1: Name (optional)
COLUMN 2: Rule
COLUMN 3: Replace
COLUMN 4: Extra options
COLUMN 5: Checkbox (enabled)開発者の返信
投稿日時: 9年前Example Url is required because it forces people to test their redirects before sending me emails complaining about something not working. It seriously reduces my email a lot :)
I have no plans to add any more features to this addon, or do any major changes to it. It's basically just in maintenance mode now. - Does not work correctly with nested brackets.
For example, if you want to eradicate youtube playlists, you'd better locate &list parameter and rebuild the URL without it.
Rather than identifying all parameters for careful string composition.
E.g.
(https?://)?(www\.)?youtube\.com/(watch\?)?((&?v=[^&]*)|(([&#]t=([\d]*h)?)([\d]*m)?([\d]*s?))|(&?index=[\d]*)|(&?list=[^&]*))*
has nested parentheses which are not parsed correctly by this extension.
I'd propose to use
(https?://)(www\.)youtube.com/watch\?(.*)(&?list=[^&]*)(.*)
with this replacement
$1$2youtube.com/watch?$3$5
This way parameter &index= will remain, but won't have any effect.
And the result will be removal of &list parameter which I am talking about. - 5 段階中 5 の評価Charles Kong によるレビュー (9年前)I'm running this with FF v50 32-bit. Works great! I use it so 2 more URLs end up at 1 to eliminate duplicate entries in LastPass. (For example, http://10.1.2.3->http://realhost and http://alias->http://realhost. Then, save only a login entry for "realhost".)
- 5 段階中 5 の評価Firefox ユーザー 12616240 によるレビュー (9年前)Not much to say about this, other than it works, and works well. Seems to be exactly as powerful as it needs to be.
- 5 段階中 5 の評価Firefox ユーザー 10353549 によるレビュー (9年前)This was a great addon but it doesn't work on Firefox Developer Edition 51.0a2. Although Developer Edition may not officially be supported but does anyone know a solution for this?
Updated on Nov 8:
Hi Einar, thank you for your reply and I'm sorry that the above behavior may have been because of my configuration issue. This addon works fine on Firefox Developer Edition 51.0a2.開発者の返信
投稿日時: 9年前This addon is barely supported anymore. Once 51 gets released I'll try to fix it if it still doesn't work. - 5 段階中 4 の評価Firefox ユーザー 5974346 によるレビュー (9年前)Used it to force firefox to use port 8080 instead of 80 for a specific site. At first it seemed to work alright, but then I saw that when submitting form data it doesn't perform the redirect.
- 5 段階中 3 の評価Firefox ユーザー 12521647 によるレビュー (9年前)The latest version available when updating is 3.1.0 (updated on August 5 2016), which isn't working with FF 48.0 (redirection rules aren't saved).
Update:
Found out what's causing the problem. The addon "RequestPolicy Continued 1.0beta12.3" prevents Redirector 3.1.0 from working properly.開発者の返信
投稿日時: 9年前Are there any errors in the Browser Console? I'm using 3.1 on FF 48 without problems. - 5 段階中 1 の評価wigga_whambo によるレビュー (9年前)When I go to create a new redirector, the Save button is greyed out. Should I use an older version that's compatible?
開発者の返信
投稿日時: 9年前It's grayed out until all necessary fields have been filled out and the pattern matches the example url. - 5 段階中 4 の評価SBSW.VMtOpMrz3O9wH9D4LfkVXe-BZtw.LKrCgyBULWCG1uhlB によるレビュー (9年前)It does not work in the last days on Firefox 48 + Redirector 3.1.0.
Not saved settings redirects.