Skip to content

GitHub - Square avatars by procyon-b

Details

Authorprocyon-b

LicenseCC BY-NC 4.0

Categorygithub

Created

Updated

Size389 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

In 2020, GitHub modified the style of its pages, and all avatars appearance changed from square to circular.
While it's not ugly, it can prevent from seeing the whole pattern of some avatars.

After a year keeping it for myself, here it is.

For more userscripts, styles, extensions, tips, ..., visit my programming page.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         GitHub - Square avatars
@namespace    github.com/Procyon-b
@version      0.9.1
@description  Display square avatars everywhere
@author       Achernar
@license      CC BY-NC 4.0
==/UserStyle== */

@-moz-document domain("github.com") {
.avatar-user,
.Popover.js-hovercard-content .rounded-1,
img.avatar {
  border-radius: initial !important;
}
}

Reviews

No reviews yet.