twitter(ツイッター)のタイムラインにある「○○さんがいいねしました」を非表示にします。
PC版ウェブサイト用です。
※ 公式で非表示可能になったため、スタイルの更新を停止します
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/144076.user.css
Authoruminosachi
LicenseCC-BY-NC-SA-4.0
Categorytwitter
Created
Updated
Size1.1 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
twitter(ツイッター)のタイムラインにある「○○さんがいいねしました」を非表示にします。
PC版ウェブサイト用です。
※ 公式で非表示可能になったため、スタイルの更新を停止します
【主な更新履歴】
2018/09/19 更新停止(公式で非表示可能になったため)
2017/06/16 公開
※記載のない更新は微修正です
/* ==UserStyle==
@name ツイッター:「○○さんがいいねしました」を非表示にする
@namespace USO Archive
@author uminosachi
@description twitter(ツイッター)のタイムラインにある「○○さんがいいねしました」を非表示にします。 PC版ウェブサイト用です。 <em>※ <a href="http://daredemopc.blog51.fc2.com/blog-entry-1585.html" target="_blank">公式で非表示可能になった</a>ため、スタイルの更新を停止します</em>
@version 20170616.12.56
@license CC-BY-NC-SA-4.0
@preprocessor uso
==/UserStyle== */
/*---------------------------------------------------------
URL: http://daredemopc.blog51.fc2.com/blog-entry-1411.html
last update: 2017/06/16
---------------------------------------------------------*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://twitter.com/") {
div[data-component-context="suggest_activity_tweet"] {
display: none !important;
}
}