Reduces opacity of elements, reveals them on hover for a cleaner, distraction-free interface.
Minimal X (Twitter) by Mehdi

Details
AuthorMehdi
LicenseNo License
Categoryminimal
Created
Updated
Code size850 B
Code checksum87de1d78
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Minimal X (Twitter)
@version 20250105.16.25
@namespace https://userstyles.world/user/Mehdi Mirzaie
@author Mehdi Mirzaie
==/UserStyle== */
@-moz-document domain("x.com") {
.css-175oi2r.r-sdzlij.r-dnmrzs.r-1awozwy.r-18u37iz.r-1777fci.r-xyw6el.r-o7ynqc.r-6416eg,
.css-175oi2r.r-l00any.r-e7q0ms,
.css-175oi2r.r-18u37iz.r-1w6e6rj.r-3pj75a,
.css-175oi2r.r-kemksi.r-1kqtdi0.r-1867qdf.r-1phboty.r-rs99b7.r-1ifxtd0.r-1udh08x {
opacity: 0.01 !important;
transition: opacity 0.3s ease;
}
.css-175oi2r.r-sdzlij.r-dnmrzs.r-1awozwy.r-18u37iz.r-1777fci.r-xyw6el.r-o7ynqc.r-6416eg:hover,
.css-175oi2r.r-l00any.r-e7q0ms:hover,
.css-175oi2r.r-18u37iz.r-1w6e6rj.r-3pj75a:hover,
.css-175oi2r.r-kemksi.r-1kqtdi0.r-1867qdf.r-1phboty.r-rs99b7.r-1ifxtd0.r-1udh08x:hover {
opacity: 1 !important;
}
}