Basically, I needed to check the age of the domain. When you copy any URL, it should get converted from http://www.google.com/xyz to google.com
Then I can tell Keyboard Maestro to launch Terminal, type in whois %CurrentClipboard%
pause a sec, CMD+F, and search for “Creation Date” to get the domain age quickly.
PS: There’s no reliable good Google Chrome Extension for checking domain age.
I’m struggling to convert URL to root domain. Maybe via regex search and replace clipboard?
Got a regex - (\w+)\.(com|net|gov|edu|co)
to match the root domain. Not sure how to proceed.
Maybe anyone has even more elegant way to find the domain age perhaps in format like 1 Years, 45 days old as opposed to mm-dd-yyyy format which is easy on my eyes?