Automatically loads full GoodReads reviews without the 'Show More' button.
GoodReads Review-lations by Bluestocking
Details
AuthorBluestocking
LicenseNo License
Categorygoodreads.com
Created
Updated
Size664 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Say 'No More!' to the 'Show More' button on Goodreads
This userstyle removes that annoying button and reveals complete reviews on GoodReads book pages.
No more endless clicking - full reviews automatically load.
✧∘ · · · · · · · · · ∘✧∘ · · · · · · · · · ∘✧
July 6, 2023 Update: I've included the 5 most-used GoodReads URL language codes. Now it will work on standard GoodReads book pages that begin with:
and on the following language-specific book pages:
- https://www.goodreads.com/en/book/show/*
- https://www.goodreads.com/es/book/show/*
- https://www.goodreads.com/it/book/show/*
- https://www.goodreads.com/pt/book/show/*
- https://www.goodreads.com/fr/book/show/*
GoodReads book pages like these (with a language code in their URL) will show only reviews written in that language. Feel free to swap these codes (en/es/it/pt/fr) to the language(s) of your choice. (Language code list here: wikipedia.org/wiki/List_of_ISO_639-1_codes.)
Source code
/* ==UserStyle==
@name GoodReads Review-lations
@version 20230706.00.00
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.goodreads.com/book/show/"), url-prefix("https://www.goodreads.com/en/book/show/"), url-prefix("https://www.goodreads.com/es/book/show/"), url-prefix("https://www.goodreads.com/it/book/show/"), url-prefix("https://www.goodreads.com/pt/book/show/"), url-prefix("https://www.goodreads.com/fr/book/show/") {
/* I've included the 5 most-used GoodReads url language codes. If needed, simply edit these to the language(s) of your choice. */
.TruncatedContent__text--large {
max-height: none;
}
}