Twitter Show Hidden Content

Removes the "sensitive material" warning on Twitter and unhides the content

  1. // ==UserScript==
  2. // @name Twitter Show Hidden Content
  3. // @namespace https://github.com/Ede123/userscripts
  4. // @version 1.0.3
  5. // @description Removes the "sensitive material" warning on Twitter and unhides the content
  6. // @icon https://raw.githubusercontent.com/Ede123/userscripts/master/icons/Twitter.png
  7. // @author Eduard Braun <eduard.braun2@gmx.de>
  8. // @license GPL-3.0-or-later; https://www.gnu.org/licenses/gpl-3.0.txt
  9. // @include https://twitter.com/*
  10. // @grant GM_addStyle
  11. // ==/UserScript==
  12.  
  13. GM_addStyle('.u-hidden{display:inherit !important} .Tombstone{display:none}');