diff options
author | papush | 2021-04-29 16:12:36 +0200 |
---|---|---|
committer | papush | 2021-04-29 16:12:36 +0200 |
commit | 5c4f0b036d7c75da78ce59362d38d79c7e35afb1 (patch) | |
tree | 23b4284075a52fc6923384fa97b4c0160292a053 | |
parent | 83c649f120932ccbcd40dba7763273d96d47d3b5 (diff) |
add a README
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4822aae --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +This is a fork of an old version of [Einar Egilsson's Redirector +extension](http://einaregilsson.com/redirector) for use in Pale Moon. + +Description of the extension from his website: + +The add-on lets you create redirects for specific webpages, e.g. +always redirect http://bing.com to http://google.com. It was +originally done by request for someone on the Mozillazine forums. The +redirect patterns can be specified using regular expressions or simple +wildcards and the resulting url can use substitutions based on +captures from the original url. The add-on can for example be used to +redirect a site to its https version, redirect news paper articles to +their print versions, redirect pages to use specific proxy servers and +more. |