From e6f759eecd109fae1008e7a74ad3497b205f9608 Mon Sep 17 00:00:00 2001 From: Elliott Tallis Date: Tue, 3 Jan 2023 18:42:06 +0000 Subject: [PATCH] Add ImgOps to ReverseImageSearch (#379) --- src/plugins/reverseImageSearch.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/reverseImageSearch.tsx b/src/plugins/reverseImageSearch.tsx index a4068ccd..8de9de78 100644 --- a/src/plugins/reverseImageSearch.tsx +++ b/src/plugins/reverseImageSearch.tsx @@ -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({