Skip to content

X (formerly Twitter) deblur by tailbox

Screenshot of X (formerly Twitter) deblur

Details

Authortailbox

LicenseNo License

Categorytwitter.com

Created

Updated

Code size1.3 kB

Code checksum233c26f9

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes "Sensitive Content" warning/blur on Media tab and in the timeline, also hides ad/promoted tweets.

Notes

If you don't use (or want) Stylus, there are uBlock/Adguard filters included in the comment (see Source code below)

Source code

/* ==UserStyle==
@name           X (formerly Twitter) deblur
@namespace      github.com/openstyles/stylus
@version        1.0.5
@description    Removes "Sensitive Content" warning/blur on Media tab and in the timeline, also hides ad/promoted tweets
@author         tailbox
==/UserStyle== */

@-moz-document domain("twitter.com"), domain("x.com") {
    
    nav+section li>div>div>div>div, article>div>div>div>div>div[id]>div>div>div>div>div { 
        filter: none !important; 
    }
    
    nav+section li>div>div>div>div+div, article>div>div>div>div>div[id]>div>div>div>div>div+div:has(div[role="button"]), div[data-testid="cellInnerDiv"]:has(div>div[style="color: rgb(83, 100, 113);"]+div>div>div>button) { 
        display: none !important; 
    }
}

/*

uBlock Origin filter (add following 6 lines to "My Filters"):

! X (formerly Twitter) deblur
x.com##nav+section li>div>div>div>div:style(filter: none !important) 
x.com##article>div>div>div>div>div[id]>div>div>div>div>div:style(filter: none !important)
x.com##nav+section li>div>div>div>div+div
x.com##article>div>div>div>div>div[id]>div>div>div>div>div+div:has(div[role="button"])
x.com##div[data-testid="cellInnerDiv"]:has(div>div[style="color: rgb(83, 100, 113);"]+div>div>div>button)

*/

Reviews

No reviews yet.