Remove First Reads giveaways offering a low number of books
< 脚本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.
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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();