ツイッター:投票前でも途中経過を表示
by uminosachi
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/128286.user.css
Details
Authoruminosachi
LicenseCC-BY-NC-SA-4.0
Categorytwitter
Created
Updated
Size1.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Notes
【主な更新履歴】
2016/05/25 公開
※記載のない更新は微修正です
Source code
/* ==UserStyle==
@name ツイッター:投票前でも途中経過を表示
@namespace USO Archive
@author uminosachi
@description twitter(ツイッター)の投票(アンケート)で、回答前でも投票率(途中経過)を表示します。 PC版ウェブサイト用です。 2019年7月からの新デザインのツイッターには未対応です。 使用する場合は、下記のリンク先の方法で旧デザインにして下さい。 ツイッターの UI を強制的に旧デザインに戻す <a href="https://at.sachi-web.com/twitter_ui_switch-ua.html">https://at.sachi-web.com/twitter_ui_switch-ua.html</a> ■その他ツイッター用のスタイルなど <a href="https://userstyles.org/users/292355">https://userstyles.org/users/292355</a> 作者Twitter:<a href="https://twitter.com/uminosachi_">@uminosachi_</a>
@version 20180727.08.59
@license CC-BY-NC-SA-4.0
@preprocessor uso
==/UserStyle== */
/*---------------------------------------------------------
URL: http://daredemopc.blog51.fc2.com/blog-entry-1274.html
last update: 2018/07/27
---------------------------------------------------------*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://twitter.com/") {
.TwitterCard [data-poll-state="opened"] .PollXChoice-optionContainer .PollXChoice-choice--text .PollXChoice-progress {
margin: 0 0.64286em 0 0 !important;
padding: 0 0.4em !important;
min-width: 2.5em !important;
max-width: none !important;
color: #777 !important;
text-align: right !important;
background-color: #E1E8ED !important;
border-radius: 1em !important;
overflow: visible !important;
word-break: keep-all !important;
}
.TwitterCard .PollXChoice-optionContainer .PollXChoice-choice--chart {
border-radius: 5px !important;
}
}