No right sidebar, not top banner, slightly wider main column.
goodreads.com Clean Homepage by stan-voo
Details
Authorstan-voo
LicenseNo License
Categorygoodreads.com
Created
Updated
Size360 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 goodreads.com
@version 20231012.06.51
@namespace ?
==/UserStyle== */
@-moz-document domain("goodreads.com") {
.siteAnnouncement,
.homeTertiaryColumn,
.siteHeader__topFullImageContainer {
display: none;
}
.homePrimaryColumn {
width: 50%;
/* float: left; */
/* margin-right: 20px; */
}
}