I would imagine that it might be possible to also address more, but I'm still trying to 'build' by own Twitter.
Code: Select all
@-moz-document domain(twitter.com) {
/* Remove the "Home" button */
a[aria-label="Home"]{
display:none !important;
}
}
Anyhow, here isn't the place to go into a full how to, but if you do a StartPage/DDG on userContent.css you'll get yourself some tutorials, and start to get WAY too into it.