aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Tallis <tallis.elliott@gmail.com>2023-01-03 18:42:06 +0000
committerGitHub <noreply@github.com>2023-01-03 19:42:06 +0100
commite6f759eecd109fae1008e7a74ad3497b205f9608 (patch)
tree06b068856aa507f07c9444f6871801bce8a98516
parent933216fcd56b7ca6e199f3393f2621ea6558d40d (diff)
downloadVencord-e6f759eecd109fae1008e7a74ad3497b205f9608.tar.gz
Vencord-e6f759eecd109fae1008e7a74ad3497b205f9608.tar.bz2
Vencord-e6f759eecd109fae1008e7a74ad3497b205f9608.zip
Add ImgOps to ReverseImageSearch (#379)
-rw-r--r--src/plugins/reverseImageSearch.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/reverseImageSearch.tsx b/src/plugins/reverseImageSearch.tsx
index a4068cc..8de9de7 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({