a[href*='github.com']::after {
  content: "(at GitHub)";
}

a[href*='gitlab.com']::after {
  content: "(at GitLab)";
}
