Skip to content

dtf-unblur by downedcrane

Details

Authordownedcrane

LicenseNo License

Categoryuserstyles, unblur

Created

Updated

Size507 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes blur on dtf.ru

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           dtf-unblur
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes blur on dtf.
@author         https://github.com/DownedCrane
==/UserStyle== */

@-moz-document domain("dtf.ru") {
    /* Место для CSS кода... */
    .content--short.content--is-visible-blur .content-container { -webkit-filter:none !important; filter: none !important; }
    .content--short.content--is-visible-blur .content-adult { display:none !important; }
}

Reviews

No reviews yet.