RemoveContentWarning

Simple style that removes content warning on Twitter photos/videos in tweets

  1. /* ==UserStyle==
  2. @name RemoveContentWarning
  3. @namespace liquid5925.styles
  4. @version 1.0.0
  5. @license MIT
  6. @description Simple style that removes content warning on Twitter photos/videos in tweets
  7. @author liquid5925
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("twitter.com") {
  11. div:has(> div > [style="backdrop-filter: blur(4px); background-color: rgba(255, 255, 255, 0.25);"]){
  12. display: none;
  13. }
  14. .r-yfv4eo {
  15. filter: blur(0px);
  16. }
  17. }