Injectooor is a minimalistic Firefox extension to inject custom JavaScript into specified URLs. This extension allows you to manage your scripts and automatically inject them when you visit the corresponding URLs.
- Inject custom JavaScript into specific URLs.
- Manage and edit scripts through a popup interface.
- Settings page to view, edit, and delete saved scripts.
- Supports dark and light themes based on your browser's theme settings.
Install the extension directly from Mozilla Add-ons.
- Open Firefox and navigate to
about:debugging
. - Click on "This Firefox" in the sidebar.
- Click on "Load Temporary Add-on..."
- Select the
manifest.json
file from your extension directory.
- Click on the extension icon in the toolbar to open the popup.
- Enter your custom JavaScript for the current URL.
- The script will be saved and automatically injected when you visit the URL.
- Open the extension settings by navigating to
about:addons
and clicking on "Options" for Injectooor. - Use the dropdown to select a saved script.
- Edit or delete the script using the provided textarea and buttons.
To contribute or modify the extension:
- Clone the repository.
- Make your changes in the source files (
manifest.json
,background.js
,popup.html
,popup.js
,settings.html
,settings.js
,content.js
,styles.css
). - Test your changes by loading the extension temporarily in Firefox (
about:debugging
).
This project is licensed under the MIT License - see the LICENSE file for details.