All except top nav and content
congruenceadvisers.com by pradyumnac
Details
Authorpradyumnac
LicenseNo License
Categoryuserstyles
Created
Updated
Size444 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 congruenceadvisers.com
@version 20211204.06.20
@namespace userstyles.world/user/pradyumnac
@description All except top nav and content
@author pradyumnac
@license No License
==/UserStyle== */
@-moz-document domain("congruenceadvisers.com") {
.widget-subscribe, .widget-footer , .widget-content, #disqus_thread {
display: none;
}
[data-aid="RSS_VIEWPOST_SIDEBAR"] {
display: none;
}
}