Removed all non content
threadreaderapp.com by pradyumnac
Details
Authorpradyumnac
LicenseNo License
CategoryUserstyles
Created
Updated
Size483 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 threadreaderapp.com
@version 20220714.08.00
@namespace userstyles.world/user/pradyumnac
@description Removed all non content
@author pradyumnac
@license No License
==/UserStyle== */
@-moz-document domain("threadreaderapp.com") {
nav, .scrolly, .promo, .btn-group, #share_this, form, .sharingfooter {
display: none !important;
}
.pb-5:nth-of-type(2n) {
display: none !important;
}
.mb-2 {
display: none !important;
}
}