Make twitter square again!
Square Twitter - Remove Round Corners by miwafoxl
Details
Authormiwafoxl
LicenseCC-BY-NC-SA-4.0
Categorytwitter.com
Created
Updated
Size392 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Twitter Square Avatar
@namespace USO Archive
@author kokdemo, miwafoxl
@description Make twitter user‘s avatar square again!
@version 20231101
@license CC-BY-NC-SA-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("twitter.com") {
.r-sdzlij,
.r-1867qdf,
.r-1q9bdsx {
border-radius: 0px !important;
}
}