Your comments

Hi.
Try to use simple  bat file to vacuum firefox bookmarks.
Place bat file to Firefox profile directory
I set to launch on computer start.
sqlite3.exe taken from web
https://www.sqlite.org/download.html


@echo on
title=Sqlite vacuum
SetLocal EnableExtensions EnableDelayedExpansion
sqlite3.exe places.sqlite vacuum