Iload.to Search Plugin Firefox


/ Published in: XML
Save to your folder(s)

Der Code für's Firefox Such Plugin (in der Suchleiste)


Copy this code and paste it in your HTML
  1. <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
  2. <os:ShortName>iLoad.to </os:ShortName>
  3. <os:Description>iLoad.to</os:Description>
  4. <os:InputEncoding>UTF-8</os:InputEncoding>
  5. <os:Image width="16" height="16">data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4jWNgGF5A3LbmPwxv3Hf5/5Wo2P/72bjhmCQDGBgYGJA1EzRg0pJD//EZQJTtEcUL4RhqwHwYJtr5799/V0AWfzpnLnn+hwGivICsGdn/yDRZBhDCVyKi/2N1PjGaUVxGkQEBuXMTAnLnJkjYViVI2FYlMDAwMNytrv1PDCYYNnQBAEhSwwpK+bVHAAAAAElFTkSuQmCC</os:Image>
  6. <SearchForm>http://iload.to/de/</SearchForm>
  7. <os:Url type="text/html" method="POST" template="http://iload.to/de/search/">
  8. <os:Param name="lang" value="de"/>
  9. <os:Param name="search" value="{searchTerms}"/>
  10. <os:Param name="category" value="-1"/>
  11. </os:Url>
  12. </SearchPlugin>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.