From da1e67c363b097505ac89051b205809dc4f12e6c Mon Sep 17 00:00:00 2001 From: utopiatopia <98685984+utopiatopia@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:37:58 -0700 Subject: [PATCH 1/2] Fix Google Image Search --- data/bangs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/bangs.json b/data/bangs.json index 2d3821f..1c0310a 100644 --- a/data/bangs.json +++ b/data/bangs.json @@ -38793,9 +38793,9 @@ }, { "s": "Google Reverse Image Search", - "d": "images.google.com", + "d": "lens.google.com", "t": "gri", - "u": "https://images.google.com/searchbyimage?image_url={{{s}}}", + "u": "https://lens.google.com/uploadbyurl?url={{{s}}}", "c": "Multimedia", "sc": "Images" }, @@ -77647,9 +77647,9 @@ }, { "s": "Google Reverse Image Search", - "d": "images.google.com", + "d": "lens.google.com", "t": "rgi", - "u": "https://images.google.com/searchbyimage?image_url={{{s}}}", + "u": "https://lens.google.com/uploadbyurl?url={{{s}}}", "c": "Multimedia", "sc": "Images" }, From 20eb19288638e49e464e3f436f06dd309fb68e3c Mon Sep 17 00:00:00 2001 From: utopiatopia <98685984+utopiatopia@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:49:52 -0700 Subject: [PATCH 2/2] Make Yandex Reverse Image Search more clear --- data/bangs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/bangs.json b/data/bangs.json index 1c0310a..d903344 100644 --- a/data/bangs.json +++ b/data/bangs.json @@ -104765,7 +104765,7 @@ "sc": "Topical" }, { - "s": "Yandex", + "s": "Yandex Reverse Image Search", "d": "yandex.com", "t": "yri", "u": "https://yandex.com/images/search?source=collections&&url={{{s}}}&rpt=imageview",