Skip to content

DalasNoin/analyze-browser-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

analyzer-chrome

Analyze and Plot Chrome History

The browser history is located in

[Windows:] %LOCALAPPDATA%\Google\Chrome\User Data\Default

[Linux:]~/.config/google-chrome/Default

Chromium:

[Linux:]~/.config/chromium/Default

The hist.txt file contains the browser history in the format date|url. On linux it can be generated by closing chrome and executing:

sqlite3 History "select datetime(last_visit_time/1000000-11644473600,'unixepoch'),url from urls order by last_visit_time desc" > ~/hist.txt

#For Firefox Locate places.sqlite and enter

sqlite3 places.sqlite "select datetime(visit_date/1000000,'unixepoch'),url from moz_historyvisits inner join moz_places on moz_places.id == place_id" > hist.txt

About

Analyze and Plot Chrome History

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages