From c52888b5c2865d7e4ee414888bc0da89c8ba5446 Mon Sep 17 00:00:00 2001 From: papush Date: Sat, 1 May 2021 01:11:00 +0200 Subject: rebrand --- chrome/help.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'chrome/help.html') diff --git a/chrome/help.html b/chrome/help.html index a6a589b..dc8d756 100644 --- a/chrome/help.html +++ b/chrome/help.html @@ -1,17 +1,17 @@
-Redirector is an extension for Firefox that allows you to automatically redirect from +
URL Rewriter is an extension for Pale Moon that allows you to automatically redirect from one webpage to another. For example, every time you visit http://abc.com you will automatically load http://def.com instead. This can be useful for instance to always redirect articles to printer friendly versions, redirect http:// to https:// for sites that support both, bypass advertising pages that appear before @@ -48,8 +48,8 @@
To add a new redirect you can go to the Tools menuitem and select Redirector. That will - open the Redirector settings window which shows all your redirects. The window can also be opened +
To add a new redirect you can go to the Tools menuitem and select URL Rewriter. That will + open the URL Rewriter settings window which shows all your redirects. The window can also be opened by right clicking on the R icon in your statusbar. There you can press the Add... button and then you can enter the details for the new redirect. A redirect consists of a few things: @@ -73,13 +73,13 @@ and you open the page http://google.com/foobar, then you will be redireced to http://froogle.com/foobar, since 'foobar' was what the star replaced. $1 is for the first star in the pattern, $2 for the second and so on. For regular expression $1 is for the first parantheses, $2 for the second etc.