Skip to content

Twitter: Square everything by technoabyss

Screenshot of Twitter: Square everything

Details

Authortechnoabyss

LicenseNo License

Categorytwitter

Created

Updated

Size386 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      20211230.02.06
@namespace    userstyles.world/user/technoabyss
@description  Ensures Twitter has no rounded corners anywhere.
@author       technoabyss
@license      No License
==/UserStyle== */

@-moz-document domain("twitter.com") {
* {
	border-radius: 0 !important;
	clip-path: none !important
}
}

Reviews

No reviews yet.