this always ticked me off, especially since i already reverted all of the twitter to x branding
twitter - revert the close button change by ripooof
Details
Authorripooof
LicenseNo License
Categorytwitter
Created
Updated
Size470 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 revert x close button
@version 20240401.23.28
@namespace ?
==/UserStyle== */
@-moz-document domain("twitter.com") {
[role="button"]:hover path[d="M10.59 12L4.54 5.96l1.42-1.42L12 10.59l6.04-6.05 1.42 1.42L13.41 12l6.05 6.04-1.42 1.42L12 13.41l-6.04 6.05-1.42-1.42L10.59 12z"] {
d: path("M10.59 12L4.54 5.96l1.42-1.42L12 10.59l6.04-6.05 1.42 1.42L13.41 12l6.05 6.04-1.42 1.42L12 13.41l-6.04 6.05-1.42-1.42L10.59 12z") !important;
}
}