Critiques pour Redirector
Redirector par Einar Egilsson
Avis de End User
Noté 4 sur 5
par End User, il y a 9 ansDoes 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.
377 notes
- Noté 5 sur 5par Eti, il y a un mois
- Noté 5 sur 5par Kevin O'Mara, il y a 2 moisThis add-on is perfect! I use it to redirect myself away from time-wasting websites.
- Noté 5 sur 5par Utilisateur ou utilisatrice 12389727 de Firefox, il y a 2 mois
- Noté 5 sur 5par Mokocchi, il y a 3 mois
- Noté 5 sur 5par Squirrelly, il y a 3 moisWorking 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.
- Noté 5 sur 5par Utilisateur ou utilisatrice 19590686 de Firefox, il y a 4 mois
- Noté 4 sur 5par 无能狂怒气死自己, il y a 4 mois
- Noté 5 sur 5par jax, il y a 4 mois
- Noté 5 sur 5par 0x190, il y a 4 moisThis is a top tier Firefox extension, and one that makes browsing the internet more bearable. Thank you very much.
- Noté 5 sur 5par Utilisateur ou utilisatrice 18177036 de Firefox, il y a 4 moispeak, really well made
- Noté 4 sur 5par Quitch, il y a 4 mois
- Noté 5 sur 5par jkl;, il y a 5 mois
- Noté 1 sur 5par Utilisateur ou utilisatrice 19415317 de Firefox, il y a 5 mois
- Noté 5 sur 5par Sentry456123, il y a 5 moisbetter than making a whole new extension just to redirect one website
- Noté 1 sur 5par Yarvin Jhon, il y a 5 moisRecently on Fennec Android the page is only redirected if the page is refreshed
- Noté 5 sur 5par shuuji3, il y a 5 mois
- Noté 2 sur 5par Camilo, il y a 6 moisIt works, but there should be an option to only allow it in specific domains.
- Noté 5 sur 5par huy, il y a 7 mois
- Noté 5 sur 5par Utilisateur ou utilisatrice 19233202 de Firefox, il y a 7 moisremoved the stupid gemini ai overview with redirecting google[dot]com/search?q=*&* to google[dot]com/search?q=$1+-ai&$2