Skip to content

Instantly share code, notes, and snippets.

@apsun
Created March 25, 2025 07:54
Show Gist options
  • Save apsun/5bb2b2ee156260840daab2659db28bfe to your computer and use it in GitHub Desktop.
Save apsun/5bb2b2ee156260840daab2659db28bfe to your computer and use it in GitHub Desktop.
Clear Firefox history recommendations and cache
sqlite3 ~/.mozilla/firefox/*.default-release/places.sqlite 'delete from moz_origins;'
rm -rf ~/.mozilla/firefox/*.default-release/storage/default/**/cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment