Disables the "Sensitive Media" blur on everyone's Media tab and feed
Twitter/X Disable Media Blur by windrenz
Imported from https://userstyles.world/api/style/15658.user.css
Details
Authorwindrenz
LicenseNo License
Categoryunset
Created
Updated
Size680 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 20240409.23.42
@namespace https://userstyles.world/user/furfnsfw
@description Disables the "Sensitive Media" blur on everyone's Media tab and feed
@author furfnsfw
@license No License
==/UserStyle== */
@-moz-document domain("twitter.com"), domain("x.com") {
li[id^='verticalGrid'] div *, article > div > div > div > div > div[id] > div > div > div > div > div {
filter: none !important;
}
li[id^='verticalGrid'] > div > div > div > div:last-child, article > div > div > div > div > div[id] > div > div > div > div > div + div:has(div[role="button"]){
display:none;
}
}