Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.18 KB

File metadata and controls

38 lines (24 loc) · 1.18 KB

Firefox Auto-Redirect Extension

A simple Firefox extension that automatically redirects specified websites to their alternatives.

Features

  • Automatically redirects user-defined websites to specified alternatives
  • Easy-to-use options page for managing redirect rules
  • Lightweight and fast performance

Installation for Usage

  1. Download the extension from the Firefox Add-ons website

Installation For Development

  1. Download the extension files or clone this repository
  2. Open Firefox and navigate to about:debugging
  3. Click on "This Firefox"
  4. Click on "Load Temporary Add-on"
  5. Select the manifest.json file from the extension directory

Usage

  1. Click on the extension icon in the Firefox toolbar
  2. Open the options page
  3. Add redirect rules by specifying the source URL and the destination URL
  4. Save your changes

The extension will now automatically redirect you when visiting any of the specified source URLs.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.