Browser extension (Firefox, Chrome, Opera, Edge) to redirect URLs based on regex
Published on: 2025-06-11 17:13:46
Description
Web browser extension (Firefox, Vivaldi, Chrome, Opera, Edge) to redirect URLs based on regex or wildcard patterns.
Tribute
In loving memory of Einar Egilsson, who gave us Redirector and selflessly nurtured it for many years. We miss you Einar, and will always remember your kindness and generosity.
Download Links
Examples
Example URL: https://en.m.wikipedia.org/
Include pattern: ^(https?://)([a-z0-9-]*\.)m(?:obile)?\.(.*)
Redirect to: $1$2$3
Pattern type: Regular Expression
Description: Always show the desktop version of websites
AMP redirect
Example URL: https://www.google.com/amp/www.example.com/amp/document
Include pattern: ^(?:https?://)www.(?:google|bing).com/amp/(?:s/)?(.*)
Redirect to: https://$1
Pattern type: Regular Expression
Description: AMP is bad: https://80x24.net/post/the-problem-with-amp/
Doubleclick escaper
Example URL: https://ad.doubleclick.net/ddm/trackclk/N135005.2681608PRIVATENETWORK/B20244?https://www.example.com
Include pattern: ^(
... Read full article.