Revisiones de Redirector
Redirector por Einar Egilsson
359 revisiones
- Se valoró con 5 de 5por Usuario de Firefox 12343667, el hace 8 años
- Se valoró con 4 de 5por Llewen, el hace 8 añosIt works, but it doesn't rewrite link urls. You either have to open them in a new tab, or copy and paste the url into the address bar. At least that's how it worked on the broken website I was trying to fix.
I see my issue is discussed below. Added two stars... - Se valoró con 5 de 5por CMTSIJ, el hace 8 añosI use it to redirect https://www.facebook.com/ to https://www.facebook.com/?sk=h_chr.
Everything works perfect.
Thank you. - Se valoró con 5 de 5por ekbhnefsy, el hace 8 añosDoes everything I hoped for and more :) Thank you so much!
- Se valoró con 5 de 5por Mike Crittenden, el hace 8 añosI was able to remove 2 other addons thanks to this.
Respuesta del desarrollador
publicado el hace 8 añosYeah, sorry about that. Debug feature that got left in. Will remove in next version.- Se valoró con 5 de 5por MS-DOS, el hace 8 añosWorks fine, but doesn't redirect some links at all until the page loaded from that not-redirected link is manually refreshed.
Respuesta del desarrollador
publicado el hace 8 añosI'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. - Se valoró con 5 de 5por Jacob Mischka, el hace 8 añosNot 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!Respuesta del desarrollador
publicado el hace 8 añosThanks, 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. - Se valoró con 5 de 5por Mackun, el hace 8 añosEasy to configure, also able to export configurations
And it's already compatible with firefox 57+ since last year
What else would you want? - Se valoró con 5 de 5por bugfix2, el hace 8 añosI'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.Respuesta del desarrollador
publicado el hace 8 añosNormally 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. - Se valoró con 4 de 5por hexalm, el hace 8 añosJust 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. :)
Respuesta del desarrollador
publicado el hace 8 añosGlad 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. - Se valoró con 5 de 5por ffuser, el hace 8 añosIt 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.Respuesta del desarrollador
publicado el hace 8 añosThe code is at https://github.com/einaregilsson/Redirector , pull requests are welcome :) - Se valoró con 5 de 5por Usuario de Firefox 13008144, el hace 8 añosI could redirect youtube's URL from default to /embed/videoid for automatic full page display
- Se valoró con 5 de 5por cloudccc, el hace 8 añosi want to import rules from online. can you add this feature?
Respuesta del desarrollador
publicado el hace 8 añosI'm not really adding new features to this addon anymore, it's just in maintenance mode. - Se valoró con 4 de 5por deviant2, el hace 9 añoswhen :
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 - Se valoró con 4 de 5por Usuario de Firefox 12793683, el hace 9 añosThis works well on Firefox but what about androids and Iphones
Respuesta del desarrollador
publicado el hace 9 añosI just haven't tested it. I should probably mark it as not supported there until I can do that. - Se valoró con 1 de 5por chris p, el hace 9 añosNo 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.
Respuesta del desarrollador
publicado el hace 9 añosYou're right, I should probably remove the "Compatible with Firefox Android" thing. I just thought that WebExtensions addons should work anywhere. - Se valoró con 3 de 5por Artem S. Tashkinov, el hace 9 añosWhy 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)Respuesta del desarrollador
publicado el hace 9 añosExample 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. - Se valoró con 4 de 5por End User, el hace 9 añosDoes 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. - Se valoró con 5 de 5por Charles Kong, el hace 9 añosI'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".)
- Se valoró con 5 de 5por Usuario de Firefox 12616240, el hace 9 añosNot much to say about this, other than it works, and works well. Seems to be exactly as powerful as it needs to be.