Skip to content

Instantly share code, notes, and snippets.

@naodesu
Created January 10, 2019 21:43
Show Gist options
  • Save naodesu/239bb64cc433d938ec3343f410cb8835 to your computer and use it in GitHub Desktop.
Save naodesu/239bb64cc433d938ec3343f410cb8835 to your computer and use it in GitHub Desktop.
Setting for "image search options" browser addon.
{
"ISOFormat": 3,
"Options": [
[
1,
"SauceNAO",
"icons/saucenao.ico",
true,
true,
"https://saucenao.com/search.php",
"url=::$URL::",
"?",
"&",
false,
false,
"http://saucenao.com/search.php",
"url=::$URL::",
"?",
"&",
false,
true
],
[
2,
"SauceNAO upload",
"icons/saucenao.ico",
true,
false,
"https://saucenao.com/search.php",
"url=::$URL::",
"?",
"&",
false,
true,
"http://saucenao.com/search.php",
"url=::$URL::",
"?",
"&",
false,
true
],
[
3,
"IQDB",
"icons/iqdb.ico",
true,
true,
"https://iqdb.org/",
"url=::$URL::",
"?",
"&",
false,
false,
"https://iqdb.org/",
"url=::$URL::",
"?",
"&",
false,
true
],
[
4,
"IQDB upload",
"icons/iqdb.ico",
true,
false,
"https://iqdb.org/",
"url=::$URL::",
"?",
"&",
false,
true,
"https://iqdb.org/",
"url=::$URL::",
"?",
"&",
false,
true
],
[
5,
"Google",
"icons/google.ico",
true,
true,
"http://www.google.com/searchbyimage",
"image_url=::$URL::",
"?",
"&",
false,
false,
"http://www.google.com/searchbyimage/upload",
"encoded_image=::$IMGDATA::",
"?",
"&",
true,
false
],
[
6,
"Google upload",
"icons/google.ico",
true,
false,
"http://www.google.com/searchbyimage/upload",
"encoded_image=::$IMGDATA::",
"?",
"&",
true,
false,
"http://www.google.com/searchbyimage/upload",
"encoded_image=::$IMGDATA::",
"?",
"&",
true,
false
],
[
7,
"Ascii2D",
"icons/ascii2d.ico",
false,
false,
"https://www.ascii2d.net/imagesearch/search/",
"uri=::$URL::",
"?",
"&",
true,
false,
"https://www.ascii2d.net/imagesearch/search/",
"upload[file]=::$IMGDATA::",
"?",
"&",
true,
false
],
[
8,
"WhatAnime",
"icons/whatanime.ico",
false,
false,
"https://whatanime.ga/",
"url=::$URL::",
"?",
"&",
false,
false,
"https://whatanime.ga/",
"url=::$URL::",
"?",
"&",
false,
true
],
[
9,
"TinEye",
"icons/tineye.ico",
false,
false,
"https://www.tineye.com/search",
"url=::$URL::",
"?",
"&",
false,
false,
"https://www.tineye.com/search",
"image=::$IMGDATA::",
"?",
"&",
true,
false
],
[
10,
"Bing",
"icons/bing.ico",
false,
false,
"https://www.bing.com/images/searchbyimage",
"cbir=sbi\nimgurl=::$URL::",
"?",
"&",
false,
false,
"https://www.bing.com/images/searchbyimage",
"cbir=sbi\nimgurl=::$URL::",
"?",
"&",
false,
true
],
[
11,
"Baidu",
"icons/baidu.ico",
false,
false,
"https://image.baidu.com/n/pc_search",
"queryImageUrl=::$URL::",
"?",
"&",
false,
false,
"https://image.baidu.com/n/pc_search",
"queryImageUrl=::$URL::",
"?",
"&",
false,
true
],
[
12,
"Yandex",
"icons/yandex.ico",
false,
false,
"https://yandex.com/images/search",
"url=::$URL::\nrpt=imageview",
"?",
"&",
false,
false,
"https://yandex.com/images/search",
"url=::$URL::\nrpt=imageview",
"?",
"&",
false,
true
],
[
13,
"KarmaDecay",
"icons/karmadecay.ico",
false,
false,
"https://karmadecay.com",
"image=::$IMGDATA::",
"?",
"&",
true,
false,
"http://karmadecay.com",
"image=::$IMGDATA::",
"?",
"&",
true,
false
],
[
14,
"ImgOps",
"icons/imgops.ico",
false,
false,
"https://www.imgops.com/",
"::$URL::",
"",
"",
false,
false,
"https://www.imgops.com/",
"::$URL::",
"",
"",
false,
true
],
[
15,
"IQDB 3D",
"icons/iqdb.ico",
true,
true,
"http://3d.iqdb.org",
"url=::$URL::",
"?",
"&",
false,
false,
"http://3d.iqdb.org",
"url=::$URL::",
"?",
"&",
false,
true
],
[
16,
"IQDB 3D upload",
"icons/iqdb.ico",
true,
false,
"http://3d.iqdb.org",
"url=::$URL::",
"?",
"&",
false,
true,
"http://3d.iqdb.org",
"url=::$URL::",
"?",
"&",
false,
true
]
]
}
@RatCheese1608
Copy link

How do you apply these settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment