Refactoring Guru Clean
Refactoring Guru Clean by szhshp
Details
Authorszhshp
LicenseNo License
Categoryhttps://refactoring.guru/
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name refactoring.guru
@version 20250219.16.08
@namespace https://userstyles.world/user/szhshp
@author szhshp
==/UserStyle== */
@-moz-document domain("refactoring.guru") {
aside.sidebar.main-menu {
display: none;
}
main.main-content.top-content.center-content {
margin-left: 0;
}
.announcement-block.announcement-block-christmas.prom.ga-triggered {
display: none;
}
aside.feature.content-secondary.affix-top {
display: none;
}
.pattern.page.text {
width: 100vw;
font-size: 1.5rem;
}
img {
min-height: 40vh;
width: auto;
height: auto;
}
aside.feature.content-secondary.affix {
display: none;
}
a.btn.btn-md.btn-primary.btn-featured {
display: none;
}
div#book-promo {
display: none;
}
footer.footer.center-content {
display: none;
}
aside.feature.affix-top {
display: none;
}
img {
min-height: 40vh;
width: auto;
height: auto;
}
.section.implementations {
display: none;
}
nav.prev-next {
display: none;
}
.section.extras {
display: none;
}
}