From 77b016de366c827786bdcd45819552696c562875 Mon Sep 17 00:00:00 2001 From: union <43791401+Unionizing@users.noreply.github.com> Date: Wed, 3 Sep 2025 20:46:02 -0400 Subject: [PATCH] ReverseImageSearch: add Bing (#2793) --- src/plugins/reverseImageSearch/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/reverseImageSearch/index.tsx b/src/plugins/reverseImageSearch/index.tsx index a2e7b7e6..3c1a5402 100644 --- a/src/plugins/reverseImageSearch/index.tsx +++ b/src/plugins/reverseImageSearch/index.tsx @@ -28,6 +28,7 @@ const Engines = { Yandex: "https://yandex.com/images/search?rpt=imageview&url=", SauceNAO: "https://saucenao.com/search.php?url=", IQDB: "https://iqdb.org/?url=", + Bing: "https://www.bing.com/images/search?view=detailv2&iss=sbi&q=imgurl:", TinEye: "https://www.tineye.com/search?url=", ImgOps: "https://imgops.com/start?url=" } as const;