Remove First Reads giveaways offering a low number of books
< Feedback on 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.
Yanıt göndermek için oturum açın.
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();