Redirect RemoverRedirect Remover

mozdev.orgmozdev.org

You should change these options only if you're an experienced user. New or inexperienced users should use the options dialog to change their settings.
The options can be changed by surfing to about:config and changing the corresponding entries.

Re-enable confirmation on filter removal

extensions.rdr.askBeforeRemoval
Currently there is no way to re-enable the confirmation dialog if you have disabled it once. Switch this preference to re-enable it.

  • true - RDR asks if you really want to remove filter "xyz" [Default]
  • false - RDR simply removes the filter


En- or disable intelligent whitelisting

extensions.rdr.intelliWhitelist
Intelligent whitelisting will automatically whitelist links that redirect to the same host. Here's an example:
http://www.ebay.com?redirectTo=http://www.ebay.com/login
If intelligent whitelisting is enabled, above link won't be cleaned. This kind of redirect is often used to take you to the site you were viewing before you logged in (on eBay, for example). Above link can be located on any page or site, even the ones not related to eBay and still won't be cleaned (as RDR works LINK based).

  • true - Do not clean links where the hosts of the "base" and "redirect to"-page are the same. [Default]
  • false - Clean all links regardless (still uses normal whitelist!)


Open (Un)Cleaned Links in the same/new window or tab

extensions.rdr.contextmenu.contextopen.in
  • 0 - same window/tab
  • 1 - new tab (in fore- or background depends on your other tab settings) [Default]
  • 2 - new window


Debugging RDR/Finding "hidden" cleaned links

extensions.rdr.debug
  • true - Debug messages will be posted to console
  • false - No debugging [Default]


Make RDR use a blacklist

extensions.rdr.blacklist
You can use this to turn the whitelist into a blacklist. It's not a full blacklist though, this pref merely "switches" whatever RDR found to be whitelisted. This means that all other features still think that the list behaves as a whitelist – and thus use the wrong icon or do something other weird. I haven't tested this feature and won't fix any bugs you find if you switch this pref, because I deem a blacklist for what RDR does to be useless.
  • true - List acts as blacklist
  • false - List acts as whitelist [Default]