Skip to content

Twitter/X Disable Media Blur by panpuki

Imported from https://userstyles.world/api/style/15658.user.css

Details

Authorpanpuki

LicenseNo License

Categoryunset

Created

Updated

Code size680 B

Code checksumf3b11f56

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disables the "Sensitive Media" blur on everyone's Media tab and feed

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;
}
}

Reviews

No reviews yet.