Psypokes search plugin for Firefox 2.0

Status
Not open for further replies.
searchbarss.png



This is a plugin for Firefox 2.0 that will allow you to search for pokemon like you would do a search on Google.

Download instructions:
  1. Right click here and choose "Save Link As..."
  2. Save the XML file to C:\Program Files\Mozilla Firefox\searchplugins\
  3. Close Firefox and reopen it.
Now you can choose the Lucario icon in the search bar (top right), and then type the name of a poke. Hitting enter takes you to that poke's general info page on PsyPokes.


Code:
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>Psypoke</ShortName>
<Description>Psypoke Psydex Search</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16">data:image/x-icon;base64,Qk04AwAAAAAAADYAAAAoAAAAEAAAABAAAAABABgAAAAAAAAAAAASCwAAEgsAAAAAAAAAAAAA

/f39/f39////8PDwg4WFfn+A4+Tj/v///f39/f39////5OXmtbW029rX//7+/f39/f39/f39

/v//5ujpbm9uX2BgoqKh/////v7+////5efnZWdoQkJCioeI/v///f39/f39/f39/f39+vz8

9PX1wsC/UVVVxsvO////7O3uWFVUgIB/1dbW7fD0/v7+/f39/f39/f39/v38+Pv+////////

hoSAZlZDzcnB5OXjNy4ki4N6/////f7//P39/f39/f39/v7/8vP0u6mU08Wro5BzpHtG0YpB

rng5pH9SnnAziGAr0Mm7///++/z9/f39/f39/v7++/z80q+FyY9MzKmAzq2D4JM/v4NEbk8j

lWgws4lW8e7j/////f39/f39/f39/f39////9/Lr7d7H+/37+f//3c66XG5eZo+NhoF3xrms

0dXUztDR/v7+/f39/f39/P3+////9fr79fby7u3q7urlxMnKeLC1daWlkXhYemNNjpqfxsnL

/////f39/f39+vr6paSmb29zdXBrinZcpoVibVtFeqqpgqCfxrqqo5yWVVZV0s/L/////f39

/v7++/v6enl5U1VVX15buLey+/z6n56ag5iPma2dzM/QhIyNRkVD2NbW/////f39/f39+/v7

+Pj33t7bqK6t7PLzxLuudmZXjGEsjWs1LCwpLTUulZKS6enq/v7+/f39/f39/Pz9/v7+////

9vv809HLnHlSp31VjW5NTkAqTFRVq7Cw/////////f39/f39/f39/f39/f39/f39/f/+7u7r

z8e8h3ZpjnpmfmhS4eLj///////+/f39/f39/f39/f39/f39/f39/f39/f39/f7/////xbmr

hWE3nnJB2NHG///+/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39////28u3uaKCwqaC

raOT/v///f3+/f39/f39/f39/f39/f39/f39/f39/f39/f39/v7+9fPv9PPu5eHXysfC////

/f39/f39/f39/f39AAA=

</Image>
<Url type="text/html" method="post" template="http://www.psypokes.com/dex/find.php">
  <Param name="pokemon" value="{searchTerms}"/>
  <Param name="source" value="pokedex"/>
  <Param name="view" value="general"/>
  <Param name="ei" value="UTF-8"/>
</Url>
<SearchForm>http://www.psypokes.com/dex/index.php</SearchForm>
</SearchPlugin>
If you're having problems downloading the file from the link, you can use these (crazy-complex) instructions instead:
  1. Highlight all the code in the code box above.
  2. Right-click on the selection and choose "Copy"
  3. Open up Notepad
  4. Right-click in Notepad and choose "Paste"
  5. Choose File->Save As...
  6. In the "Save As" window, navigate to C:\Program Files\Mozilla Firefox\searchplugins\
  7. Save the file as "psypokes.xml" (you MUST include the .xml extension)
  8. Close Firefox and reopen it.
 
lol Firefox extensions

But to be helpful...I developed one for the Opera browser too:

Code:
[Search Engine 12]
Name=PsyPoke Psydex
Verbtext=-1988219522
URL=http://www.psypokes.com/dex/search.php?type=engname&string=%s#results
Query=
Key=pd
Is post=0
Has endseparator=0
Encoding=utf-8
Search Type=0
Position=-1
Nameid=0

[Search Engine 13]
Name=PsyPoke Techdex
Verbtext=-1988219522
URL=http://www.psypokes.com/dex/atksearch.php?type=name&string=%s#results
Query=
Key=td
Is post=0
Has endseparator=0
Encoding=utf-8
Search Type=0
Position=-1
Nameid=0
"pd xxx" for pokedex, "td xxx" for their TechDex
 
Pretty good, although I don't like the format of their Pokedex that much =/ A Smogondex plug-in would be cool when the site comes back up. Did it used to have one?
 
i dont know... this seems almost like advertising to me. if you want a psypokes plugin, go to psypokes.
 
Status
Not open for further replies.
Back
Top