Recensioni per Redirector
Redirector di Einar Egilsson
Recensione di End User
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.
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.
378 recensioni
- Valutata 5 su 5di IRM, 25 giorni fa
- Valutata 5 su 5di Kevin O'Mara, 3 mesi faThis add-on is perfect! I use it to redirect myself away from time-wasting websites.
- Valutata 5 su 5di Utente Firefox 12389727, 3 mesi fa
- Valutata 5 su 5di Squirrelly, 4 mesi faWorking great. If you have a site like youtube and you click a video/link and it doesn't redirect (or only works when you reload the page), you need to go to Advanced Options in your redirect, and add "History State" for when to apply it.
- Valutata 5 su 5di Utente Firefox 19590686, 5 mesi fa
- Valutata 1 su 5di Utente Firefox 19415317, 6 mesi fa
- Valutata 5 su 5di Sentry456123, 6 mesi fabetter than making a whole new extension just to redirect one website
- Valutata 1 su 5di Yarvin Jhon, 6 mesi faRecently on Fennec Android the page is only redirected if the page is refreshed