Skip to content

twitter by squiddo

Details

Authorsquiddo

LicenseNo License

Categorytwitter.com

Created

Updated

Size680 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

twitter

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.