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.
리뷰 376개
- 5점 만점에 5점Kevin O'Mara 님, 2달 전This add-on is perfect! I use it to redirect myself away from time-wasting websites.
- 5점 만점에 5점Firefox 사용자 12389727 님, 2달 전
- 5점 만점에 5점Squirrelly 님, 3달 전Working 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.
- 5점 만점에 5점Firefox 사용자 19590686 님, 4달 전
- 5점 만점에 1점Firefox 사용자 19415317 님, 5달 전
- 5점 만점에 1점Yarvin Jhon 님, 5달 전Recently on Fennec Android the page is only redirected if the page is refreshed
- 5점 만점에 5점Firefox 사용자 19233202 님, 7달 전removed the stupid gemini ai overview with redirecting google[dot]com/search?q=*&* to google[dot]com/search?q=$1+-ai&$2