This Firefox extension allows you to open all links matching a specific CSS selector from a given URL.
- Clone or download this repository.
- Open Firefox and navigate to
about:debugging#/runtime/this-firefox
. - Click on "Load Temporary Add-on" and select any file in your extension directory.
- Click on the extension icon in the toolbar.
- A popup will appear with a button labeled "Open Links."
- Click the "Open Links" button to fetch the HTML content of the current tab, parse it to find all links matching the specified CSS selector, and then open each link in a new tab.
You can customize the CSS selector used to find links by modifying the background.js
file.
Contributions to the link-opener browser extension are welcome! To contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature
) - Create a new Pull Request
Please review the Contribution Guidelines before contributing.
This project is licensed under the MIT License.