tupton / alfred-chrome-history

Search your Google Chrome history in Alfred
198 stars 17 forks source link

Ability to ignore/deprioritize certain domains #7

Open mbulman opened 8 years ago

mbulman commented 8 years ago

In my case I want to ignore mail.google.com, as I'm rarely trying to get to an email directly via URL. When searching for a confluence page titled "foo" I don't want to see emails about changes to that page, I want to see the page itself.

Perhaps this is solved by #6

tupton commented 8 years ago

Somehow Chrome doesn't include Gmail urls in its omnibar results either. I wonder if that's because Chrome and Gmail are both Google products and they've special-cased it, or if Chrome is ignoring parts of the url like the hash or parameters.

tupton commented 8 years ago

It might also be good to ignore/merge url protocol, too, so e.g. https://www.google.com and http://www.google.com are the same result. This could get a bit hairy when we decide which url to use.

mbulman commented 8 years ago

This could get a bit hairy when we decide which url to use.

Always https!