Greasy Fork is available in English.

Twitter sensitive content unhide

Removes twitter's sensitive content toggle so that nothing is hidden

  1. // ==UserScript==
  2. // @name Twitter sensitive content unhide
  3. // @namespace Twitter sensitive content unhide
  4. // @match https://twitter.com/*
  5. // @match https://x.com/*
  6. // @version 1.0
  7. // @author Anon
  8. // @grant GM_addStyle
  9. // @license MIT
  10. // @description Removes twitter's sensitive content toggle so that nothing is hidden
  11. // ==/UserScript==
  12.  
  13.  
  14. GM_addStyle('.r-yfv4eo { filter: blur(0px) !important }')
  15. GM_addStyle('.r-drfeu3 { display: none !important }')
  16. GM_addStyle('.r-1cmwbt1.r-1777fci { display: none !important }')