A button to toggle loading images in Firefox.
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 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.
While it works now, there are a lot of possible improvements that can be made:
- Page whitelisting (and / or blacklisting)
- Conditional image loading (if a certain size)
- Allow loading favicons
- Toggle loading per-tab (instead of a global state)
- Simplifying the release process
- Adding tests
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!
- Make changes
- Increment version number in
manifest.json
- Update
CHANGELOG.md
make
- Upload to AMO