Skip to content

Instantly share code, notes, and snippets.

@echo off
cd "D:\Path\To\KeePassPro"
start KeePass.exe "<database>.kdbx" -pw:"<password>" -keyfile:"<key file, if any>" -minimize
cd "D:\Path\To\pcxFirefox\firefox"
start firefox.exe
exit
# Bulk replace Firefox bookmarks
UPDATE moz_places
SET url = REPLACE (
url,
'http://newvegas.nexusmods.com/',
'http://www.nexusmods.com/newvegas/'
)
WHERE
url LIKE 'http://newvegas.nexusmods.com/%'
AND (