Clutter-Free, Removes some links as well which for past few years i never used. Helps me to focus on the page by making it look clean.
GeeksForGeeks - Clean by handsomelancer
Details
Authorhandsomelancer
LicenseNo License
Categorygeeksforgeeks.org
Created
Updated
Size904 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 GeeksForGeeks - Custom
@version 20230621.05.47
@namespace ?
==/UserStyle== */
@-moz-document domain("geeksforgeeks.org") {
.header-main__slider, .rightBar, footer, .credits {
display: none;
}
.media {
visibility:hidden;
}
.article-pgnavi_prev, .article-pgnavi_next {
background-color: rgba(144, 238, 144, 0.1);
border-radius: 15px;
padding: 20px;
}
.sidebar_wrapper {
visibility: hidden;
}
.article-title {
text-align: center;
color: var(--darkreader-text--color-gfg);
margin-top: 25px;
background-color: rgba(144, 238, 144, 0.1);
border-radius: 15px;
padding: 20px;
}
p {
text-align: justify;
}
img {
width: auto;
height: auto;
object-fit: contain;
max-width: 60%;
outline: 0px solid var(--text-accent);
display:block;
/* vertical | horizontal */
margin: 0em auto;
}
}