Duskify is a browser extension designed to enable dark mode on websites, specifically targeted for API documentation pages that may not support dark mode natively.
Comming Soon
- Clone or download this repository to your local machine.
- Open Chrome or any Chromium-based browser.
- Navigate to
chrome://extensions/
. - Enable Developer mode by toggling the switch in the top right corner.
- Click on the "Load unpacked" button.
- Select the directory where you cloned or downloaded the extension.
- The extension should now be added to your browser.
Once the extension is installed, you can activate dark mode by clicking on the extension icon in the browser toolbar.
Contributions are welcome! Here are a few ways you can contribute:
- Report bugs or suggest features by opening an issue.
- Submit pull requests to address existing issues or to enhance the extension.
- Spread the word! Share the extension with others who may find it useful.
If you'd like to contribute code, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes.
- Commit your changes (
git commit -am 'Add feature/improvement'
). - Push to the branch (
git push origin feature/improvement
). - Create a new Pull Request.
Your contributions are greatly appreciated!
If you encounter any issues or have any questions, please feel free to open an issue on GitHub.
If you find this project useful, please consider giving it a star on GitHub. It helps to show your support and encourages further development.