Makes Twitter a lot more quiet.
Qwiet-ter by ersgonzalo
Imported from https://github.com/ersgonzalo/qwiet-ter/blob/master/qwietter.user.css
Mirrored from https://raw.githubusercontent.com/ersgonzalo/eg-user-styles/master/qwiet-ter/qwietter.user.css
Details
Authorersgonzalo
LicenseNo License
Categorytwitter
Created
Updated
Size711 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 Qwiet-ter
@version 1.1
@namespace userstyles.world/user/ersgonzo
@description Makes Twitter a lot more quiet.
@author ersgonzo
@license No License
@homepageURL https://github.com/ersgonzalo/eg-user-styles/tree/master/qwiet-ter
@supportURL https://github.com/ersgonzalo/eg-user-styles/issues
==/UserStyle== */
@-moz-document domain("twitter.com") {
/* Removes the Replies icon section from your Newsfeed */
[data-testid="reply"] {
display: none;
visibility: hidden;
}
/* Remove the Replies after "Tweet your reply" */
[aria-label="Timeline: Conversation"] > * > *:not(:first-child) {
display: none;
visibility: hidden;
}
}