Twitter Show Hidden Content

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

2015/11/08のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==UserScript==
// @name        Twitter Show Hidden Content
// @namespace   https://github.com/Ede123/userscripts
// @version     1.0.2
// @description Removes the "sensitive material" warning on Twitter and unhides the content
// @icon        https://raw.githubusercontent.com/Ede123/userscripts/master/icons/Twitter.png
// @author      Eduard Braun <[email protected]>
// @license     GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @include     https://twitter.com/*
// @grant       GM_addStyle
// ==/UserScript==

GM_addStyle('.content .hidden{display:inherit} .media-not-displayed{display:none}');