Skip to content

ツイッター:「○○さんがいいねしました」を非表示にする by uminosachi

Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/144076.user.css

Screenshot of ツイッター:「○○さんがいいねしました」を非表示にする

Details

Authoruminosachi

LicenseCC-BY-NC-SA-4.0

Categorytwitter

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

twitter(ツイッター)のタイムラインにある「○○さんがいいねしました」を非表示にします。
PC版ウェブサイト用です。

公式で非表示可能になったため、スタイルの更新を停止します

Notes

Source code

/* ==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;
}

}

Reviews

No reviews yet.