Disables the "Sensitive Media" blur on timeline
Twitter/X Disable Media Blur by CherriTops
Details
AuthorCherriTops
LicenseNo License
CategoryTwitter/X
Created
Updated
Size666 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/X Disable Media Blur
@version 20240405.21.04
@namespace https://userstyles.world/user/furf
@description Disables the "Sensitive Media" blur on timeline
@author furf/CherriTops
==/UserStyle== */
@-moz-document domain("twitter.com"), domain("x.com") {
li[id^='verticalGrid'] div *{
filter: none !important;
}
.r-yfv4eo {
filter: none;
}
div div > div > div > div > div.css-175oi2r.r-drfeu3.r-1p0dtai.r-eqz5dr.r-16y2uox.r-1777fci.r-1d2f490.r-ymttw5.r-1f1sjgu.r-u8s1d.r-zchlnj.r-ipm5af.r-1867qdf{
display:none;
}
li[id^='verticalGrid'] > div > div > div > div:last-child{
display:none;
}
}