How to Organize your Firefox Web History just like Opera
Welcome to my blog
.If you’re new here, you may want to subscribe to my full RSS feed. Thanks for visiting!
The one thing that i like in Opera is the way it organizes Web History according to the date as well as the main domain.Though Firefox organizes Web history in terms of date,it [...]
How to Install Old,Incompatible Firefox Addon or Extension
Many many useful plugins aka extensions are Incompatible with the new Firefox 3.x. There are several workarounds to force them to get installed but there is one addon called Nightly Tester Tools 2.0.2 which makes it easy to install a non compatible firefox addon.
Create you own custom Firefox search plugin in seconds
I love Firefox especially the FF search plugin’s. This tutorial will explain how to create your own custom Firefox search plugin in seconds.
So let’s get started….Open up notepad and paste the following lines..
[-]?View Code HTML1
2
3
4
5
6
7
8
9
10
11
12
13
<search
name="Aditech"
sourceTextEncoding="0"
method="GET"
action="http://www.google.com/search"
queryCharset="UTF-8"
>
<input name="q"user>
<input name="hl" value="en">
<input name="sitesearch" value="blog.aditech.info">
</search>
</search>
</search>
Replace “Aditech” to any name which you like…and the most important thing replace “blog.aditech.info” to any [...]

