08-29-2020, 10:38 PM | #1 |
Guru
Posts: 929
Karma: 53902736
Join Date: Jun 2015
Device: multiple
|
Browser Hacks for Goodreads?
Sirtel suggested that I should join Goodreads and see if its recommendations might help find books.
I'm having trouble with the site. I have a severe astigmatism. Everywhere, I need to force Firefox 80 to use more readable-for-me fonts and font sizes. On Goodreads and some other sides, I end up with a lot of text and other elements overlapping and sometimes hiding other text and other other elements. I can't rely on full-page-zoom since most sites use unreadable-for-me fonts, with most text far too small and other text far too big, and since it can cause trouble with scrolling, with sticky keys, and so on. If anyone knows of user css or other hacks for Goodreads, it'd help... |
08-29-2020, 11:10 PM | #2 |
Grand Sorcerer
Posts: 5,526
Karma: 100606001
Join Date: Apr 2011
Device: pb360
|
You might want to try the cross platform text based web browser lynx.
Also, you are not required to join goodreads to access reviews and various other content. |
Advert | |
|
08-30-2020, 12:36 AM | #3 |
Wizard
Posts: 1,804
Karma: 26951450
Join Date: Sep 2017
Device: PW3, Fire HD8 Gen7, Moto G7, Sansa Clip v2, Ruizu X26
|
Have you tried "Reader View"? Many browsers support some for of this. You can get rid of the fluff on webpages, change fonts and sizes, colors, etc. I believe Firefox supports it natively. But some webpages don't have the icon to move to reader view, I have noticed this on big busy main webpages like the front page to foxnews, etc. But once you get away from that main front webpage, the individual article webpages have reader view available. Goodreads may be similar, so if you don't see the reader view icon on the very first main page, go to some sub-page and see if it appears there. I'm thinking that these super busy main webpages are trying to throw so many ads at you that they go to extremes to confuse services like reader view so you can't bypass their ads. Maybe, maybe not. But be sure to check sub-pages on a website before giving up on finding reader view.
Here is one (older) link that explains a few things about this on various browsers: https://www.groovypost.com/howto/use...sktop-browser/ If your browser doesn't support something like this natively, there are often times add-on extensions available to do it. I use the "Chromium" web browser (the parent, non-spying version of Chrome). You can enable it in Chromium, but there are several steps to do that. However, there is an extension available, aptly named "Reader View", that makes it just a button click. |
08-30-2020, 12:47 AM | #4 |
Guru
Posts: 929
Karma: 53902736
Join Date: Jun 2015
Device: multiple
|
Reader View doesn't work on the shelf pages. Which are needed to get the recommendations, which are needed to matk the "not interested," and so on...
On any of these sites, allowing AND OR and NOT search would make things easier. |
08-30-2020, 05:01 AM | #5 | |
Grand Sorcerer
Posts: 5,640
Karma: 23191067
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
For example, the following user script will change the font, the font size and the font color of user reviews. Code:
// ==UserScript== // @name Fix Goodreads styles // @include *.goodreads.com/book* // @version 1 // @grant none // ==/UserScript== function addGlobalStyle(css) { var head, style; head = document.getElementsByTagName('head')[0]; if (!head) { return; } style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = css; head.appendChild(style); } addGlobalStyle('.readable {font-family: "Comic Sans MS"; font-size: 130%; color: blue; !important; }'); If you then select a book review, for example, this one, you should see a difference. For more information, see this website. |
|
Advert | |
|
09-04-2020, 01:00 AM | #6 |
Wizard
Posts: 1,648
Karma: 20102554
Join Date: Aug 2018
Location: Central Florida
Device: Oasis 3, PW 3 & 5, Fire HD 8 & 10
|
Goodreads got a lot of slack in feedback when they changed their font to "light", but they didn't seem to care no one liked it and didn't change it back. I used to use an add-on for Firefox to avoid straining my eyes for my home computer, but it seems Firefox has changed things around. When I feel like it's causing eye strain, I keep the website on a Zoom feature - which is annoying. I don't know why they don't consider these things more when changing things about their website
|
Tags |
goodreads |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
I removed the hacks, installed 3.1, then new hacks, and now Kindle is dead | cloudyvisions | Amazon Kindle | 55 | 11-29-2023 08:27 PM |
PW2 Browser Hacks | TazX | Kindle Developer's Corner | 3 | 10-05-2018 08:01 AM |
How to stop Tag Browser, Details and Cover Browser from showing on startup? | stuartro | Calibre | 1 | 08-16-2016 12:53 AM |
Goodreads Mapping for Tags? Can't find goodreads.json | iridius | Library Management | 2 | 02-07-2015 01:03 PM |
How do I get my Goodreads reading challenge to display the little Goodreads logo? | readerlover | Feedback | 2 | 08-02-2014 03:19 PM |