A social knowledge tool for researchers built on ATProto
1export const getDomain = (url: string) => { 2 return new URL(url).hostname; 3};