From f01348a69915f1f9440d8b8f5b01e6fcd25d828f Mon Sep 17 00:00:00 2001 From: Gokulakrishna Date: Fri, 18 May 2018 19:20:37 +0530 Subject: Enable Sync or Local storage option. Closes #86 --- help.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'help.html') diff --git a/help.html b/help.html index 8616d70..78ca8ad 100644 --- a/help.html +++ b/help.html @@ -33,6 +33,7 @@
  • Wildcards
  • Regular expressions
  • +
  • Storage Area (Sync vs Local)
  • Examples
    1. Static redirect
    2. @@ -149,7 +150,28 @@ the regular expressions. Captures are specified with parentheses. Example: http://example.com/index.asp\?id=(\d+) will match the url http://example.com/index.asp?id=12345 and $1 will be replaced by 12345. (A common mistake in regex patterns is to forget to escape the ? sign in the querystring of the url. ? is a special character in regular expressions so if you want to match an url with a querystring - you should escape it as \?).

      + you should escape it as \?). To test your regular expressions, you may use any website or service. For example, regexr.com

      + + +

      Storage Area (Sync vs Local)

      + +

      Storage Area, by default, is set to Local. If you wish to sync your redirector rules across devices, you may choose to enable Sync from Settings page. + When you toggle to Sync, data will be copied over to Sync storage and local storage will be deleted. + Similary, sync storage will be deleted if you disable sync and data will be moved to Local storage. +

      + Note:
      1. Google Chrome Sync and Mozilla Firefox Sync limits the storage size as per below. + This limit is decided by browser vendors and Redirector addon cannot do anything about changing the below.
      2. +
      3. You need to use chrome/firefox settings to setup a sync account for syncing to work. + If that is not completed, Sync will just act like local storage - take note of the storage sizes below. + If sync account is not setup in chrome/firefox browser settings, leave the storage area to LOCAL as it has much larger size than Sync storage size. +
      + +
        +
      • Local Storage: 5 MB - Redirector uses this as Default upon its installation
      • +
      • Sync Storage : 0.008192 MB to store "Redirects" (8192 bytes)
      • +
      +
      +

      Examples

      -- cgit v1.2.3