tweetdeck like view X (twitter) on Vivaldi browser
x-vivaldi_like-tweetdeck-mac-w1680 by y-yosuke
Details
Authory-yosuke
LicenseNo License
Categorytwitter.com
Created
Updated
Size970 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name x-vivaldi_like-tweetdeck-mac-w1680
@version 20240318.11.22
@namespace https://userstyles.world/user/y-yosuke
@description tweetdeck like view X (twitter) on Vivaldi browser
@author y-yosuke
@license No License
==/UserStyle== */
@-moz-document regexp("https://twitter.com/"), regexp("https://twitter.com/.+") {
div:has(>a[aria-label$="ツイートアナリティクスを表示"])
,div:has(>a[aria-label$="View post analytics"])
,div:has(>div[data-testid$="placementTracking"])
{
display: none;
}
}
@-moz-document regexp("https://twitter.com/home"), regexp("https://twitter.com/i/lists/.+") {
header
/* ,nav */
{
display: none !important;
}
.r-16dba41
{
font-weight: 200;
}
.r-1cvl2hr {
color: #77bbee;
}
}
@-moz-document regexp("https://twitter.com/.+/likes") {
body
{
margin-top: -330px;
}
}
@-moz-document regexp("https://twitter.com/i/lists/.+") {
body
{
margin-top: -100px;
}
}