Redirector 的评价
Redirector 作者: Einar Egilsson
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.
356 条评价
- 评分 5 / 5来自 Firefox 用户 19233202, 6 天前removed the stupid gemini ai overview with redirecting google[dot]com/search?q=*&* to google[dot]com/search?q=$1+-ai&$2
- 评分 5 / 5来自 Cyberknight, 12 天前Very 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...)
- 评分 5 / 5来自 Eliot Cole, 14 天前Absolutely 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. :-)
- 评分 5 / 5来自 Firefox 用户 19145735, 21 天前
- 评分 5 / 5来自 Firefox 用户 13323559, 21 天前
- 评分 2 / 5来自 Firefox 用户 19123453, 1 个月前
- 评分 4 / 5来自 miamisyrup, 2 个月前
- 评分 5 / 5来自 Firefox 用户 18196536, 2 个月前
- 评分 5 / 5来自 Firefox 用户 19026513, 2 个月前
- 评分 1 / 5来自 Firefox 用户 18988514, 2 个月前regex is faulty:
^.*google\.com$
wont match https:// www. google. com/ f.i. (without spaces) - 评分 5 / 5来自 c3Vja2l0ZHJ5, 3 个月前On 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 🙄