Nijie: get correct image when using bookmarklet

This commit is contained in:
nonamethanks
2021-05-25 12:13:01 +02:00
parent ac071b147f
commit 1234d93292
2 changed files with 11 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ module Sources
def image_url
return to_full_image_url(url) if url =~ IMAGE_URL || url =~ DOJIN_URL
return url if url =~ IMAGE_BASE_URL
image_urls.first
end