Goodreads: distraction-free book page
Keeps only the cover, blurb, rating and reviews on the book page, removing the rest.
Code to copy
/* Distraction-free book page: cover, blurb, rating and reviews only */
.BookPage__relatedTab,
.RelatedBooks,
#rightCol,
.bookCarousel,
.adSlot,
.SocialFooter {
display: none !important;
}
.BookPage__mainContent,
#topcol {
max-width: 52rem !important;
margin: 0 auto !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.