# ImageBlockJ **Repository Path**: jusdfo/ImageBlockJ ## Basic Information - **Project Name**: ImageBlockJ - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-13 - **Last Updated**: 2026-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [Image Block X](https://addons.mozilla.org/en-US/firefox/addon/image-block-x/) A button to toggle loading images in Firefox. ## Why? I like to tether my laptop to my phone, and this way I can ensure my data will last as long as possible. I previously used [Image Block](https://addons.mozilla.org/en-US/firefox/addon/image-block/) but since it has not been converted to a web extension, I figured I'd learn how to write a web extension and do it myself. ## Possible improvements While it works now, there are a lot of possible improvements that can be made: ### Features - [ ] Page whitelisting (and / or blacklisting) - [ ] Conditional image loading (if a certain size) - [ ] Allow loading favicons - [ ] Toggle loading per-tab (instead of a global state) ### Project improvements - [ ] Simplifying the release process - [ ] Adding tests ## Contribution Have an idea for a feature that I haven't added or mentioned? Feel free to raise an issue on GitHub, or if you're feeling daring, make a pull request! ## Current deployment process 1. Make changes 2. Increment version number in `manifest.json` 3. Update `CHANGELOG.md` 4. `make` 5. Upload to [AMO](https://addons.mozilla.org/en-US/developers/addon/image-block-x/versions/submit/)