Fills the trends area and X logo with Snoopy in Morrowind, hides trends text and the Who-to-Follow box. Snoopy is by RO ARQUITETURA E INTERIORES on 3Dwarehouse.
Replace twitter sidebar and "X" with Snoopy by chaphhy
Details
Authorchaphhy
LicenseNo License
Categorytwitter.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
If you like Snoopy it helps
Source code
/* ==UserStyle==
@name twitter.com - 11/24/2022, 11:58:18 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("twitter.com") {
/** Hide items in the trending topics box -- they're still technically clickable **/
.r-14wv3jr span {
opacity:0;
}
/** Hide the thumbnail images for stories **/
.r-14wv3jr .r-1wyyakw {
display:none;
}
/** Give it a background image **/
.r-14wv3jr {
background-image:url("https://pbs.twimg.com/media/FWy9m5wXkAM7-XI?format=jpg&name=large");
background-size: cover;
background-position: center;
}
/** Hide the 'Who to Follow' box **/
div.r-1bro5k0 {
display:none;
}
/** Hide the X **/
div.css-1dbjc4n.r-dnmrzs.r-1vvnge1 svg
{
color: rgb(214, 217, 219, 0.0);
}
/** Add Snoopy to where the X was **/
div.css-1dbjc4n.r-dnmrzs.r-1vvnge1
{
background-image: url("https://pbs.twimg.com/media/F12xn_lXwAA-yZV?format=png&name=small");
background-color: transparent;
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;
background-size: 45px 45px;
}
}