Skip to content

Block the loading of images in Firefox, saving your data

License

Notifications You must be signed in to change notification settings

mbrodesser/ImageBlockX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

About

Block the loading of images in Firefox, saving your data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.9%
  • Makefile 7.5%
  • HTML 4.6%