Beoardielingen foar Redirector
Redirector troch Einar Egilsson
387 beoardielingen
- Wurdearring: 4 fan 5troch End User, 10 jierren lynDoes 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. - Wurdearring: 5 fan 5troch Charles Kong, 10 jierren lynI'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".)
- Wurdearring: 5 fan 5troch Firefox-brûker 12616240, 10 jierren lynNot much to say about this, other than it works, and works well. Seems to be exactly as powerful as it needs to be.
- Wurdearring: 5 fan 5troch Firefox-brûker 10353549, 10 jierren lynThis 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.Antwurd ûntwikkeler
10 jierren lyn pleatstThis addon is barely supported anymore. Once 51 gets released I'll try to fix it if it still doesn't work. - Wurdearring: 4 fan 5troch Giovanni, 10 jierren lyngreat add-on, easy and useful. but it lacks the support for redirecting to (file:///) URI on local machine.
Antwurd ûntwikkeler
10 jierren lyn pleatstThanks. The API I use for redirecting doesn't allow file:/// redirects, so that feature will probably never be in this extension. - Wurdearring: 4 fan 5troch Firefox-brûker 5974346, 10 jierren lynUsed 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.
- Wurdearring: 3 fan 5troch Firefox-brûker 12521647, 10 jierren lynThe 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.Antwurd ûntwikkeler
10 jierren lyn pleatstAre there any errors in the Browser Console? I'm using 3.1 on FF 48 without problems. - Wurdearring: 1 fan 5troch wigga_whambo, 10 jierren lynWhen I go to create a new redirector, the Save button is greyed out. Should I use an older version that's compatible?
Antwurd ûntwikkeler
10 jierren lyn pleatstIt's grayed out until all necessary fields have been filled out and the pattern matches the example url. - Wurdearring: 4 fan 5troch SBSW.VMtOpMrz3O9wH9D4LfkVXe-BZtw.LKrCgyBULWCG1uhlB, 10 jierren lynIt does not work in the last days on Firefox 48 + Redirector 3.1.0.
Not saved settings redirects. - Wurdearring: 5 fan 5troch Firefox-brûker 12463771, 10 jierren lynDoes exactly what it says on the tin.