Mozzarella

Home

Simple Redirect

Set the source url, set the destination url, et voilĂ , you have a redirect! Now all requests that try to open that source url will get automatically transferred to destination. We are also redirecting "before request", so the source won't be loaded at all, instead, it will be completely bypassed.

Still not satisfied? No Worries! this addon comes with a few additional features too, read on,

  1. Deep Redirects - When turned on, redirection rule will apply to background requests too. This is especially useful in redirecting those pesky background third party request to whatever destination you like.
  2. Regex Matching - When turned on, matching is done based on regex patterns. Use this to set single destination for multiple URLs using regex patterns.
  3. Notifications - Notifications can be selectively turned on or off for each redirect. They get triggered when a redirect happens.
  4. Header Copy (Advanced) - Copy POST request parameters to GET query string. This is especially useful in converting link handling POST request to link handling GET request

Some examples of use cases
  1. Redirect reddit to old reddit directly ("www.reddit.com" -> "old.redirect.com") or via regex matching to handle multiple cases ("http(s)?://(www.)?reddit.com" -> "https://old.reddit.com").
  2. Redirect duckduckgo to non-js duckduckgo ("duckduckgo.com" -> "duckduckgo.com/html")
  3. Redirect a blocked site to its proxy with background resources also loading properly from proxy site by setting Deep Redirects ON.
  4. Block a domain completely by redirecting it to a non-functional site and setting Deep Redirects ON. This will also block any third party background requests to that domain.
  5. Transfer POST search queries (eg: html.duckduckgo.com) to GET queries (duckduckgo.com) using Header Copy

Support
  • Any new suggestions, request for features or report of bugs are welcome on my git repostitory
  • Install
    UI without any redirects On setting a few redirects On disabling first redirect A regex redirect that converts all new reddit and http requests to old reddit and https A deep redirect that redirects all background google requests to example.com Header Copy in action, passing POST variables to GET request while redirecting from DuckDuckGo Non-JS to DuckDuckGo JS