- cd Library/Application\ Support/Google/Chrome/Default
- sqlite3 Web\ Data
- .mode list
- .separator |
- .output /tmp/keywords.psv
- select * from keywords;
- .exit
- edit /tmp/keywords.psv to remove Google, Yahoo and Bing (they're included in new profiles)
- delete the old Default directory
- start Chrome
- configure Sync
- close Chrome
- sqlite3 Web\ Data
- .mode list
- .separator |
- .import /tmp/keywords.psv keywords
That's it. If you're importing from an older profile, you might have to manually adjust the export file so that it matches the new keywords table schema.
0 comments:
Post a Comment