D
dfordigit
Guest
I want to share a trick which I found on some forum:
The simplest way to add the site search feature to your Firefox search bar itself:
Open the Firefox search plugins directory [generally C:\Program Files\Mozilla Firefox\searchplugins]. Create a new text file using Notepad and paste the following code:
-----------------------------------------------------------------------
>search
name="my search"
method="GET"
action="*katz.ws/search"
queryCharset="utf-8"
>
<input name="q" user>
<input name="sitesearch" value="katz.ws">
</search>
--------------------------------------------------------------------------
Save the above file with an src extension in the same directory [like "my search.src"]
If you like to see a nice icon next to the search name, add a 16x16 gif file with exactly the same name in the same location where you placed the my search.src file.
That's it - Restart firefox, type Ctrl+K to reach the Firefox Search Box, choose the above engine from the drop-down list and start searching. It makes searching your favorite blogs so much simple and fast.
Here you may cutomize any site search box.
The simplest way to add the site search feature to your Firefox search bar itself:
Open the Firefox search plugins directory [generally C:\Program Files\Mozilla Firefox\searchplugins]. Create a new text file using Notepad and paste the following code:
-----------------------------------------------------------------------
>search
name="my search"
method="GET"
action="*katz.ws/search"
queryCharset="utf-8"
>
<input name="q" user>
<input name="sitesearch" value="katz.ws">
</search>
--------------------------------------------------------------------------
Save the above file with an src extension in the same directory [like "my search.src"]
If you like to see a nice icon next to the search name, add a 16x16 gif file with exactly the same name in the same location where you placed the my search.src file.
That's it - Restart firefox, type Ctrl+K to reach the Firefox Search Box, choose the above engine from the drop-down list and start searching. It makes searching your favorite blogs so much simple and fast.
Here you may cutomize any site search box.
Last edited by a moderator: