disable content warnings on twitter
twitter.com disable content warnings by hdk5
Details
Authorhdk5
LicenseUnlicense
Categorytwitter
Created
Updated
Size360 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.com disable content warnings
@version 20220611.21.52
@namespace userstyles.world/user/hdk5
@description disable content warnings on twitter
@author hdk5
@license Unlicense
==/UserStyle== */
@-moz-document domain("twitter.com") {
.r-yfv4eo {
filter: blur(0);
}
.r-drfeu3 {
display: none;
}
}