Remove First Reads giveaways offering a low number of books
< Spätná väzba na Goodreads high count giveaways
Script no longer functionsLooks like goodreads has changed the structure of their giveaway pages slightly so this script no longer works.This can be repaired with the following changes:Line 25:var giveawayDetails = bookEntry.querySelectorAll('p.giveawayDetailItem');Line 29:var giveawayAvailability = giveawayDetailItem[1].innerText.trim();
var giveawayDetails = bookEntry.querySelectorAll('p.giveawayDetailItem');
var giveawayAvailability = giveawayDetailItem[1].innerText.trim();
Thank you. This has been fixed.
Aby ste mohli pridať odpoveď, prihláste sa.
Script no longer functions
Looks like goodreads has changed the structure of their giveaway pages slightly so this script no longer works.
This can be repaired with the following changes:
Line 25:
var giveawayDetails = bookEntry.querySelectorAll('p.giveawayDetailItem');
Line 29:
var giveawayAvailability = giveawayDetailItem[1].innerText.trim();