Point updateURL/downloadURL at the Forgejo raw file
The GitHub mirror is stale (1.1), so installed copies never saw newer versions. Serve updates from origin instead and bump to 1.4. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01X4uRGZZ4EpYHA4PNK3x5JY
This commit is contained in:
parent
5d822caf97
commit
0c98641f44
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name Book Links
|
||||
// @namespace http://tampermonkey.net/
|
||||
// @version 1.3
|
||||
// @version 1.4
|
||||
// @description Show Anna's Archive and Waterstones links when browsing books
|
||||
// @license MIT
|
||||
// @match https://bookshop.org/p/books/*
|
||||
|
|
@ -17,8 +17,8 @@
|
|||
// @connect annas-archive.gl
|
||||
// @connect www.waterstones.com
|
||||
// @connect www.chez-mon-libraire.fr
|
||||
// @updateURL https://raw.githubusercontent.com/alexture/book-links/main/book-links.user.js
|
||||
// @downloadURL https://raw.githubusercontent.com/alexture/book-links/main/book-links.user.js
|
||||
// @updateURL https://git.alexsirac.com/alex/book-links/raw/branch/main/book-links.user.js
|
||||
// @downloadURL https://git.alexsirac.com/alex/book-links/raw/branch/main/book-links.user.js
|
||||
// @grant GM_xmlhttpRequest
|
||||
// @grant GM_getValue
|
||||
// @grant GM_setValue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue