Skip to content

Instantly share code, notes, and snippets.

@dcvezzani
Created June 30, 2016 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcvezzani/b8457b3045cc648cd9d0e560a893446e to your computer and use it in GitHub Desktop.
Save dcvezzani/b8457b3045cc648cd9d0e560a893446e to your computer and use it in GitHub Desktop.

Shut down Firefox. Open terminal.

cd ~/Library/Application Support/Firefox/Profiles
open ~/Library/Application Support/Firefox/Profiles

Navigate to target profile.

E.g.,

cd nge0hgfo.default

Find potential places where blocked files are stored.

grep -rli 'client-cdn' .

./jetpack/image-blocker@erikvold.com/simple-storage/store.json
./places.sqlite

Edit file and remove entry(ies).

mvim ./jetpack/image-blocker@erikvold.com/simple-storage/store.json

{"blocked":["http://client-cdn.crystalcommerce.com/photo/blueoxgames/file/3f0456a0421a11e5952f357ffe9c16f7/logo.png"]}

Save and fire up FireFox again.

{"blocked":[]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment