mirror of
https://codeberg.org/LibRedirect/libredirect.git
synced 2025-02-02 20:36:51 +01:00
Added Biblioreads reverse redirect https://github.com/libredirect/browser_extension/issues/945
This commit is contained in:
parent
fc51f301d6
commit
52319462f8
@ -682,6 +682,8 @@ async function reverse(url) {
|
||||
}
|
||||
case "tekstowo":
|
||||
return `${config.services[service].url}/${url.search.slice(1)}`
|
||||
case "goodreads":
|
||||
return `https://goodreads.com${url.pathname}${url.search}`
|
||||
default:
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user