Ensures Twitter has no rounded corners anywhere.
See also Twitter: Remove bullshit
Twitter: Square everything by technoabyss
Details
Authortechnoabyss
LicenseNo License
Categorytwitter
Created
Updated
Size397 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 everything
@version 20240722.15.59
@namespace https://userstyles.world/user/technoabyss
@description Ensures Twitter has no rounded corners anywhere.
@author technoabyss
@license No License
==/UserStyle== */
@-moz-document domain("twitter.com"), domain("x.com") {
* {
border-radius: 0 !important;
clip-path: none !important
}
}