Skip to content

Instantly share code, notes, and snippets.

@bootleq
Created September 26, 2011 06:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bootleq/1241701 to your computer and use it in GitHub Desktop.
Save bootleq/1241701 to your computer and use it in GitHub Desktop.
Search plugin for imagery - http://elzr.com/imagery/
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
<os:ShortName>Imagery</os:ShortName>
<os:Description>Image search superpowers</os:Description>
<os:InputEncoding>utf-8</os:InputEncoding>
<os:Image width="16" height="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAABnRSTlMAAAAAAABupgeRAAABEElEQVR4nGNgoAr4+//P3/9/sEoxovEvfdhy+8uhD7+fMTAwyHDpGQoEibGrICtgQVN9+v0KOPfJt0tPvl36+/8PMyMLdg23vxxiYGBwFM2R5zZhYGDY86pPkl0LWTW6Bh5WkQ+/n+1/PYXhNVREkl0Lzc1MyBxDgSABVilMO3HaAPEfJHyuftxx+v0KHlYRNA3ooXTvy4nzH9ZBQomBgcFXqgFfKL36eWfzswZkkcOvZ+Hzw4vvNxgYGARYpRIUFoTK9DIwMHz4/ezVzzs4NSADbhZhtADA4iQJTg2G9wwffj9b8CABIiLAKoXmBxQbzn9YB1EE4cpw6QVIt+FyAgMDA8On3y93vuxiwJv4SAYAplFkpcAGHAAAAAAASUVORK5CYII=</os:Image>
<UpdateInterval>7</UpdateInterval>
<IconUpdateUrl>http://elzr.com/images/imagery/favicon.ico</IconUpdateUrl>
<SearchForm>http://elzr.com/imagery</SearchForm>
<os:Url type="text/html" method="GET" template="http://elzr.com/imagery">
<os:Param name="q" value="{searchTerms}"/>
<os:Param name="safe" value="off"/>
<os:Param name="size" value="3"/>
</os:Url>
</SearchPlugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment