Skip to content

Instantly share code, notes, and snippets.

@tobimori
Last active June 25, 2020 15:34
Show Gist options
  • Save tobimori/86386b6fccee1ba94b4d660f2b86708d to your computer and use it in GitHub Desktop.
Save tobimori/86386b6fccee1ba94b4d660f2b86708d to your computer and use it in GitHub Desktop.
:octocat: Reverts GitHub to use Square Profile Pictures again πŸŸ₯🟧🟨🟩🟦πŸŸͺ
/* ==UserStyle==
@name GitHub Square Profile Pictures
@namespace https://moeritz.io
@updateURL https://gist.githubusercontent.com/tobimori/86386b6fccee1ba94b4d660f2b86708d/raw
@version 1.1.0
@license The Unlicense
@author Tobias MΓΆritz
==/UserStyle== */
@-moz-document regexp("^https?://((education|gist|graphql|guides|help|raw|resources|status|developer|support|vscode-auth)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("www.githubstatus.com") {
.avatar-user,
.avatar {
border-radius: 6px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment