Recenze doplňku Redirector
Redirector od Einar Egilsson
Recenze od uživatele End User
Hodnocení: 4 z 5
od uživatele End User, před 9 letyDoes 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.
357 recenzí
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 19233202, před 18 dnyremoved the stupid gemini ai overview with redirecting google[dot]com/search?q=*&* to google[dot]com/search?q=$1+-ai&$2
- Hodnocení: 5 z 5od uživatele Deo, před 19 dny
- Hodnocení: 5 z 5od uživatele Cyberknight, před 23 dnyVery good extension. It can capture direct and indirect access. Well configured, it could be used as a global blocker (it can't be used as a per tab blocker, though, as it can only be turned on or off globally, not per Page...)
- Hodnocení: 5 z 5od uživatele ShinuToki, před 24 dny
- Hodnocení: 5 z 5od uživatele Eliot Cole, před 25 dnyAbsolutely wouldn't browse without it, plus I use it with 'fake' urls that I make myself (or insert via userscripts) to empower my Multi-Account Container usage to an even higher degree, allowing me to create bookmarks to (for example) teams dot microsoft dot com for different tenancies. :-)
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 19145735, před měsícem
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13323559, před měsícem
- Hodnocení: 5 z 5od uživatele feu2ivn, před měsícem
- Hodnocení: 2 z 5od uživatele Uživatel Firefoxu - 19123453, před měsícem
- Hodnocení: 4 z 5od uživatele miamisyrup, před 2 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18196536, před 2 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 19026513, před 3 měsíci
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 18988514, před 3 měsíciregex is faulty:
^.*google\.com$
wont match https:// www. google. com/ f.i. (without spaces) - Hodnocení: 5 z 5od uživatele c3Vja2l0ZHJ5, před 3 měsíciOn desktop, use it to autosort web stores by price low to high every click. Tired of it always going to "Most relevant" ☠️
And on mobile! Use it to go around annoying mobile/desktop toggle sites. Mostly just skip the mobile site entirely 😁 if I want the mobile site only, I can just find their app 🙄 - Hodnocení: 5 z 5od uživatele Aengine, před 3 měsíciI've used this for a while to change site homepages and the like. Very easy to use, very user-friendly.
- Hodnocení: 5 z 5od uživatele calzone, před 3 měsíci
- Hodnocení: 5 z 5od uživatele ZX81, před 4 měsíciSince "Block Site" no longer reliably redirects live.vodafone.* to another site, I was forced to look for an alternative solution - and that's how I found "Redirector," which has been working great so far.
- Hodnocení: 5 z 5od uživatele Lukas, před 4 měsíciThank you so much. I had to manually edit the link in one of our platforms every time I a clicked link when outside of the network...
Now I don't have to. This made my life so much happier