Add ImgOps to ReverseImageSearch (#379)
This commit is contained in:
parent
933216fcd5
commit
e6f759eecd
|
@ -25,7 +25,8 @@ const Engines = {
|
||||||
Yandex: "https://yandex.com/images/search?rpt=imageview&url=",
|
Yandex: "https://yandex.com/images/search?rpt=imageview&url=",
|
||||||
SauceNAO: "https://saucenao.com/search.php?url=",
|
SauceNAO: "https://saucenao.com/search.php?url=",
|
||||||
IQDB: "https://iqdb.org/?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({
|
export default definePlugin({
|
||||||
|
|
Loading…
Reference in a new issue