Skip to content

Process browser history from Chromium on Linux into a list of DuckDuckGo search failures

Notifications You must be signed in to change notification settings

robsheldon/ddg_fail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

I love DuckDuckGo but the search results are sometimes a bit lacking.

analyze_my_search_history.php

Takes a single argument, the path to your Chrome/Chromium browser history (on Linux/Chromium, this is probably ~/.config/chromium/Default/History), copies the file to /tmp, reads the browser history stored in the file, and returns a list of dates and search terms where you first tried the search with DuckDuckGo and then immediately switched to Google for the same search terms.

Use this file as a template for doing other fun things with your Chrome/Chromium browser history.

You need to have sqlite3 installed on your system.

About

Process browser history from Chromium on Linux into a list of DuckDuckGo search failures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages