Home

Awesome

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

<!-- Opera extension is no longer present (as of 2023/01/16) * [Opera](https://addons.opera.com/extensions/details/redirector-2/) -->

Examples

De-mobilizer

AMP redirect

Doubleclick escaper

YouTube Shorts to YouTube

Fun with !bangs

What are bangs?: https://duckduckgo.com/bangs

Use DuckDuckGo.com !bangs on Google

Custom DuckDuckGo.com !bangs

DDG !example Base

DDG !example Search

DDG !ghh git-history

Fast DuckDuckGo.com !bangs

Go directly to frequently used DuckDuckGo bangs to avoid intermediary network requests.

Dark Theme

If you are a Firefox user and use a dark theme, you can add these lines to your userChrome.css file to make Redirector's extension button more visible:

/* Redirector button for dark Firefox themes */
toolbarbutton#toggle-button--redirectoreinaregilssoncom-redirector[image*="active"] { filter: invert(1) brightness(6); }
toolbarbutton#toggle-button--redirectoreinaregilssoncom-redirector[image*="disabled"] { filter: invert(1) brightness(2.5); }

If you don't know what the userChrome.css file is, or how to edit it, please look it up on a Firefox forum instead of asking about it in this repository. Thanks!