This commit is contained in:
ManeraKai 2024-07-09 11:34:55 +03:00
parent fc51f301d6
commit 52319462f8
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 2 additions and 0 deletions

View File

@ -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
}