aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCommandtechno <68407783+Commandtechno@users.noreply.github.com>2022-12-05 17:14:48 -0600
committerGitHub <noreply@github.com>2022-12-05 23:14:48 +0000
commit49b45d82624c3c53aa2a0a4f8bd9957fed75abdd (patch)
tree184373e229300ff3c8fc5366393c5d8764cd6400
parent8a5a5c7d1e6ab733254be6a7e6f46a4f5fab45fb (diff)
downloadVencord-49b45d82624c3c53aa2a0a4f8bd9957fed75abdd.tar.gz
Vencord-49b45d82624c3c53aa2a0a4f8bd9957fed75abdd.tar.bz2
Vencord-49b45d82624c3c53aa2a0a4f8bd9957fed75abdd.zip
google changed their shit (#294)
-rw-r--r--src/plugins/reverseImageSearch.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/reverseImageSearch.tsx b/src/plugins/reverseImageSearch.tsx
index 26e1003..a4068cc 100644
--- a/src/plugins/reverseImageSearch.tsx
+++ b/src/plugins/reverseImageSearch.tsx
@@ -21,7 +21,7 @@ import definePlugin from "@utils/types";
import { Menu } from "@webpack/common";
const Engines = {
- Google: "https://www.google.com/searchbyimage?image_url=",
+ Google: "https://lens.google.com/uploadbyurl?url=",
Yandex: "https://yandex.com/images/search?rpt=imageview&url=",
SauceNAO: "https://saucenao.com/search.php?url=",
IQDB: "https://iqdb.org/?url=",