IGIHE-PLUS is a browser extension for igihe.com with the following features:
- Removing ads ✔
- Changing Theme ✔
- Bookmarking articles
- Analytics Dashboard
Note 1: This project is under development so, the latest version has only checked features.
Note 2: By default all features are disabled, so user has to enable which feature they need to use.
There are different ways to run a browser extension depending on which browser you are using.
Open a terminal, command Prompt, PowerShell, or Git Bash. and navigate to the desired directory. Then run one of the following command:
-
Using https
git clone 'https://github.com/obed71/igihe-plus.git'
-
Using ssh-key
git clone '[email protected]:obed71/igihe-plus.git'
Note 3: If you don't have git in your computer, just download a zip file.
-
For Firefox users:
- Navigate to
about:debugging#/runtime/this-firefox
- Click on Load temporary Add-on.
- Open the extension's directory and select manifest.json file, or select the packaged extension (.zip file).
- Navigate to
-
For Edge and Chrome users: read this post by Cassidy Williams.
We welcome contributions to IGIHE-PLUS! If you have an idea for a new feature or have found a bug, please open an issue on our GitHub repository.
- Fork the repository: Click the "Fork" button at the top right corner of the repository page.
- Clone your fork: Clone your forked repository to your local machine.
git clone 'https://github.com/<your-username>/igihe-plus.git'
- Create a new branch: Create a new branch for your feature or bug fix.
git checkout -b my-feature-branch
- Make your changes: Implement your feature or bug fix.
- Commit your changes: Commit your changes with a descriptive commit message.
git commit -m "Add new feature: description"
- Push to your fork: Push your changes to your forked repository.
git push origin my-feature-branch
- Open a pull request: Go to the original repository and open a pull request with a description of your changes.
Note 4: Please ensure your code follows the project's coding standards and includes appropriate tests.
Thank you for contributing to IGIHE-PLUS!