From c52888b5c2865d7e4ee414888bc0da89c8ba5446 Mon Sep 17 00:00:00 2001
From: papush
Date: Sat, 1 May 2021 01:11:00 +0200
Subject: rebrand
---
chrome/browserOverlay.xul | 4 ++--
chrome/help.html | 22 +++++++++++-----------
chrome/redirector.html | 4 ++--
3 files changed, 15 insertions(+), 15 deletions(-)
(limited to 'chrome')
diff --git a/chrome/browserOverlay.xul b/chrome/browserOverlay.xul
index a8dda3c..50e0cde 100644
--- a/chrome/browserOverlay.xul
+++ b/chrome/browserOverlay.xul
@@ -22,9 +22,9 @@
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.