Use SauceNAO instead of IQDB
This commit is contained in:
parent
0a1400f0ef
commit
02ce457cbd
|
@ -1,7 +1,7 @@
|
|||
PleromaModImgsearch = function () {
|
||||
this.config = {
|
||||
stylesheet: "style.css",
|
||||
url: "https://iqdb.org/?url={img}"
|
||||
url: "https://saucenao.com/search.php?url={img}"
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -52,4 +52,4 @@ PleromaModImgsearch.prototype.handlePost = function (postElement) {
|
|||
}
|
||||
};
|
||||
|
||||
PleromaModLoader.registerMod(PleromaModImgsearch);
|
||||
PleromaModLoader.registerMod(PleromaModImgsearch);
|
||||
|
|
Loading…
Reference in New Issue