Post #4187287
2026-07-23 18:01 UTC
Senior remote online wellfare check for browser history. @UniversalBlue Bluefin, @tailscale Tailscale, SSH in (user), brew install sqlite, then run the following assuming your parent is running Chrome:
cp ~/.var/app/com.google.Chrome/config/google-chrome/Default/History /tmp/chrome_history
sqlite3 /tmp/chrome_history "SELECT datetime(last_visit_time/1000000-11644473600, 'unixepoch', 'localtime') AS 'Time', url FROM urls ORDER BY last_visit_time DESC LIMIT 20;"
This does the following:
cont
Replies (0)
No replies.