Commit graph

5 commits

Author SHA1 Message Date
alexture
5d822caf97 Add books.google.fr support
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X4uRGZZ4EpYHA4PNK3x5JY
2026-09-20 16:47:54 +02:00
alexture
ac9c35b06d Add Google Books support
Match books.google.com and google.com/books/edition pages, extract the ISBN
from page text with a title/author fallback, and bump version to 1.2 so
userscript auto-update picks it up.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X4uRGZZ4EpYHA4PNK3x5JY
2026-09-20 16:47:45 +02:00
Alex
9117841bb1 Add Chez Mon Libraire, ISBN-first search with title fallback, and result caching
Anna's Archive and Waterstones now search by ISBN first and only fall
back to title/author when that comes back with an explicit no-results,
since a specific edition's ISBN can be unindexed even though the book
exists under another edition. Chez Mon Libraire is added as a third
source (isbn-based search, French no-results/found text patterns).
Results are cached per site+isbn via GM_getValue/GM_setValue for 14
days to cut down on repeat requests.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-27 19:41:13 +02:00
f1cf418f63 Add README and MIT license
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-27 18:22:51 +02:00
11d41d1be1 Initial commit: book-links userscript
Shows Anna's Archive and Waterstones availability links when browsing
books on Bookshop.org, Amazon, or Waterstones. Includes @updateURL/
@downloadURL for Violentmonkey auto-update.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-27 18:01:31 +02:00