Đánh giá cho Redirector
Redirector bởi Einar Egilsson
371 đánh giá
- Xếp hạng 4 trong số 5bởi hexalm, 9 năm trướcJust installed, love the regex option, makes it easy to define rules (once you've tackled learning regex - try regexr.com to test and learn, helped me tons). Will update after some actual use. :)
Phản hồi của nhà phát triển
đã đăng 9 năm trướcGlad 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. - Xếp hạng 5 trong số 5bởi ffuser, 9 năm trướcIt 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.Phản hồi của nhà phát triển
đã đăng 9 năm trướcThe code is at https://github.com/einaregilsson/Redirector , pull requests are welcome :) - Xếp hạng 5 trong số 5bởi Người dùng Firefox 13008144, 9 năm trướcI could redirect youtube's URL from default to /embed/videoid for automatic full page display
- Xếp hạng 5 trong số 5bởi cloudccc, 9 năm trướci want to import rules from online. can you add this feature?
Phản hồi của nhà phát triển
đã đăng 9 năm trướcI'm not really adding new features to this addon anymore, it's just in maintenance mode. - Xếp hạng 4 trong số 5bởi deviant2, 9 năm trướcwhen :
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 - Xếp hạng 4 trong số 5bởi Người dùng Firefox 12793683, 9 năm trướcThis works well on Firefox but what about androids and Iphones
Phản hồi của nhà phát triển
đã đăng 9 năm trướcI just haven't tested it. I should probably mark it as not supported there until I can do that. - Xếp hạng 1 trong số 5bởi chris p, 9 năm trướcNo way to interface with the add-on. No menu, no button. Compatible with ff android? Yea right! Same story with %90 of them on AMO. Show up as compatible when it is not.
Phản hồi của nhà phát triển
đã đăng 9 năm trướcYou're right, I should probably remove the "Compatible with Firefox Android" thing. I just thought that WebExtensions addons should work anywhere. - Xếp hạng 3 trong số 5bởi Artem S. Tashkinov, 9 năm trướcWhy 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)Phản hồi của nhà phát triển
đã đăng 9 năm trướcExample 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. - Xếp hạng 4 trong số 5bởi End User, 9 năm trướcDoes 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. - Xếp hạng 5 trong số 5bởi Charles Kong, 9 năm trướcI'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".)
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 12616240, 9 năm trướcNot much to say about this, other than it works, and works well. Seems to be exactly as powerful as it needs to be.
- Xếp hạng 5 trong số 5bởi Người dùng Firefox 10353549, 9 năm trướcThis 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.Phản hồi của nhà phát triển
đã đăng 9 năm trướcThis addon is barely supported anymore. Once 51 gets released I'll try to fix it if it still doesn't work. - Xếp hạng 4 trong số 5bởi Giovanni, 9 năm trướcgreat add-on, easy and useful. but it lacks the support for redirecting to (file:///) URI on local machine.
Phản hồi của nhà phát triển
đã đăng 9 năm trướcThanks. The API I use for redirecting doesn't allow file:/// redirects, so that feature will probably never be in this extension. - Xếp hạng 4 trong số 5bởi Người dùng Firefox 5974346, 9 năm trướcUsed 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.
- Xếp hạng 3 trong số 5bởi Người dùng Firefox 12521647, 9 năm trướcThe 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.Phản hồi của nhà phát triển
đã đăng 9 năm trướcAre there any errors in the Browser Console? I'm using 3.1 on FF 48 without problems. - Xếp hạng 1 trong số 5bởi wigga_whambo, 9 năm trướcWhen I go to create a new redirector, the Save button is greyed out. Should I use an older version that's compatible?
Phản hồi của nhà phát triển
đã đăng 9 năm trướcIt's grayed out until all necessary fields have been filled out and the pattern matches the example url. - Xếp hạng 4 trong số 5bởi SBSW.VMtOpMrz3O9wH9D4LfkVXe-BZtw.LKrCgyBULWCG1uhlB, 9 năm trướcIt does not work in the last days on Firefox 48 + Redirector 3.1.0.
Not saved settings redirects. - Xếp hạng 5 trong số 5bởi Người dùng Firefox 12463771, 9 năm trướcDoes exactly what it says on the tin.