Add ImgOps to ReverseImageSearch (#379)

This commit is contained in:
Elliott Tallis 2023-01-03 18:42:06 +00:00 committed by GitHub
parent 933216fcd5
commit e6f759eecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ const Engines = {
Yandex: "https://yandex.com/images/search?rpt=imageview&url=",
SauceNAO: "https://saucenao.com/search.php?url=",
IQDB: "https://iqdb.org/?url=",
TinEye: "https://www.tineye.com/search?url="
TinEye: "https://www.tineye.com/search?url=",
ImgOps: "https://imgops.com/start?url="
};
export default definePlugin({