Create a Firefox Search Plugin


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

example code only... save to [path.to.profile]/searchplugins/


Copy this code and paste it in your HTML
  1. <search
  2. name="Digital Inspiration"
  3. method="GET"
  4. action="http://www.google.com/search"
  5. queryCharset="utf-8"
  6. >
  7.  
  8. <input name="q" user>
  9. <input name="sitesearch" value="labnol.blogspot.com">
  10. </search>

URL: http://labnol.blogspot.com/2006/09/learn-to-create-firefox-search-plugin.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.